test: Cypress - arbitrary fix button (#28150)

This commit is contained in:
sharanya-appsmith 2023-10-18 10:16:29 +05:30 committed by GitHub
parent 1719d73ab6
commit dd56e82490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,7 @@ describe("Button widget testcases", () => {
entityExplorer.SelectEntityByName("Button1");
propPane.TogglePropertyState("Reset form on success", "Off");
deployMode.DeployApp();
agHelper.Sleep();
// set the email
agHelper.ClearNType(clocators.inputField, Cypress.env("USERNAME"));
agHelper.ClickButton("Submit");