test: Cypress - arbitrary fix for button (#28097)

This commit is contained in:
sharanya-appsmith 2023-10-17 10:49:37 +05:30 committed by GitHub
parent 6aa6684e42
commit 20463ee449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,7 @@ describe("Button widget testcases", () => {
agHelper.ValidateToastMessage("@example");
// assert after deploy
deployMode.DeployApp();
agHelper.Sleep();
agHelper.ClickButton("Submit");
agHelper.ValidateToastMessage("@example");
deployMode.NavigateBacktoEditor();