From ea1ba5460349d19053a2f54fd00a3c73a1c18b9a Mon Sep 17 00:00:00 2001 From: Tolulope Adetula <31691737+Tooluloope@users.noreply.github.com> Date: Wed, 2 Feb 2022 08:52:05 +0100 Subject: [PATCH] fix: test case (#10804) * fix: test case * fix: dsl * fix: DSL * fix: test --- .../FormWidgets/FormWidget_Select_TreeSelect_spec.js | 2 +- app/client/cypress/locators/FormWidgets.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/FormWidget_Select_TreeSelect_spec.js b/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/FormWidget_Select_TreeSelect_spec.js index a8fa4758bc..10c92e212b 100644 --- a/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/FormWidget_Select_TreeSelect_spec.js +++ b/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/FormWidget_Select_TreeSelect_spec.js @@ -27,7 +27,7 @@ describe("Form Widget Functionality", function() { cy.get(".select-popover-wrapper") .contains("Blue") .click({ force: true }); - + cy.wait(2000); cy.get(widgetsPage.formButtonWidget) .contains("Submit") .should("not.have.attr", "disabled"); diff --git a/app/client/cypress/locators/FormWidgets.json b/app/client/cypress/locators/FormWidgets.json index 696cfbcbb5..e232fd275e 100644 --- a/app/client/cypress/locators/FormWidgets.json +++ b/app/client/cypress/locators/FormWidgets.json @@ -64,4 +64,4 @@ "NavHomePage": "[data-icon='home']", "apiCallToast": "div.t--toast-action span[type='p1']", "toggleOnOptionChange": ".t--property-control-onoptionchange .t--js-toggle" -} +} \ No newline at end of file