Skip to content

Commit

Permalink
Fixed running issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nimya-aot committed Dec 2, 2024
1 parent a5c436a commit 0e81627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/functional/cypress/e2e/form-apikey-cdogs.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('Form Designer', () => {

cy.get('[data-test="canRemoveForm"]').click();
cy.get('[data-test="continue-btn-continue"]').click();
cy.wait(3000);
cy.wait(9000);
cy.get('#logoutButton > .v-btn__content > span').click();

})
Expand Down
3 changes: 2 additions & 1 deletion tests/functional/cypress/e2e/form-submission-export.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ describe("Form Designer", () => {
cy.get(".mdi-list-box-outline").click();
cy.waitForLoad();
//Export submission files
cy.get(".mdi-download").click();
cy.get(".mdi-download").click({ force: true });
cy.wait(2000);
//Verify submission file name
cy.get("h3").then(($elem) => {
const rem = $elem.text();
Expand Down

0 comments on commit 0e81627

Please sign in to comment.