Skip to content

Commit

Permalink
Deployment issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
david emioma committed May 14, 2024
1 parent f9d11b4 commit 85d36bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/store-settings.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("Store Settings", () => {

cy.get('[data-cy="save-store-details"]').should("be.disabled");

cy.wait(8000);
cy.wait(10000);

cy.get('[data-cy="invalid-err"]').should("exist");
});
Expand All @@ -63,7 +63,7 @@ describe("Store Settings", () => {
});
});

cy.wait(10000);
cy.wait(15000);

cy.get('[data-cy="store-name-input"]')
.should("exist")
Expand All @@ -84,7 +84,7 @@ describe("Store Settings", () => {

cy.get('[data-cy="save-store-details"]').should("be.disabled");

cy.wait(10000);
cy.wait(15000);

cy.get('[data-cy="invalid-err"]').should("not.exist");
});
Expand Down
4 changes: 2 additions & 2 deletions cypress/e2e/store.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe("Store Form", () => {
cy.get('[data-cy="store-submit-btn"]').should("contain", "Create").click();

//wait for API
cy.wait(10000);
cy.wait(15000);

cy.get('[data-cy="create-store-err"]').should("exist");
});
Expand All @@ -116,7 +116,7 @@ describe("Store Form", () => {
cy.get('[data-cy="store-submit-btn"]').should("contain", "Create").click();

//wait for API
cy.wait(10000);
cy.wait(15000);

cy.get('[data-cy="create-store-err"]').should("exist");
});
Expand Down

0 comments on commit 85d36bf

Please sign in to comment.