diff --git a/app/client/cypress/e2e/Regression/ClientSide/Binding/TableTextPagination_spec.js b/app/client/cypress/e2e/Regression/ClientSide/Binding/TableTextPagination_spec.js index 184fc0a74a..26678395fb 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/Binding/TableTextPagination_spec.js +++ b/app/client/cypress/e2e/Regression/ClientSide/Binding/TableTextPagination_spec.js @@ -136,7 +136,7 @@ describe("Test Create Api and Bind to Table widget", function () { cy.executeDbQuery("Api2", "onPageChange"); }); - it("5. Table-Text, Validate Server Side Pagination of Paginate with response URL", function () { + it.skip("5. Table-Text, Validate Server Side Pagination of Paginate with response URL", function () { /**Validate Response data with Table data in Text Widget */ entityExplorer.SelectEntityByName("Table1", "Widgets"); diff --git a/app/client/cypress/e2e/Regression/ClientSide/Binding/TableV2TextPagination_spec.js b/app/client/cypress/e2e/Regression/ClientSide/Binding/TableV2TextPagination_spec.js index 024345785c..cf131a060a 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/Binding/TableV2TextPagination_spec.js +++ b/app/client/cypress/e2e/Regression/ClientSide/Binding/TableV2TextPagination_spec.js @@ -135,7 +135,7 @@ describe("Test Create Api and Bind to Table widget", function () { cy.executeDbQuery("Api2", "onPageChange"); }); - it("5. Table-Text, Validate Server Side Pagination of Paginate with Response URL", function () { + it.skip("5. Table-Text, Validate Server Side Pagination of Paginate with Response URL", function () { /**Validate Response data with Table data in Text Widget */ entityExplorer.SelectEntityByName("Table1", "Widgets"); diff --git a/app/client/cypress/support/Pages/HomePage.ts b/app/client/cypress/support/Pages/HomePage.ts index 2ac9441b2f..eae4fc6089 100644 --- a/app/client/cypress/support/Pages/HomePage.ts +++ b/app/client/cypress/support/Pages/HomePage.ts @@ -268,7 +268,7 @@ export class HomePage { this.agHelper.GetNClickByContains(this._appMenu, "Edit name"); } }); - cy.get(this._applicationName).type(appName).blur(); + cy.get(this._applicationName).type(appName); this.agHelper.PressEnter(); this.agHelper.RemoveTooltip("Rename application"); }