Skip to content

Commit

Permalink
Try to debug if toast is error meesage
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 20, 2025
1 parent 33cecf0 commit af953cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/cypress-e2e/cypress/e2e/smoke_test.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe("Smoke test", () => {

cy.getByTestId("tab-Integrations").click();
cy.getByTestId("test-connection-button").click();
cy.getByTestId("toast-success-msg", { timeout: 20000 });
cy.getByTestId("toast-error-msg", { timeout: 20000 });

// Mongo
cy.getByTestId("System inventory-nav-link").click();
Expand All @@ -111,7 +111,7 @@ describe("Smoke test", () => {
});
cy.getByTestId("tab-Integrations").click();
cy.getByTestId("test-connection-button").click();
cy.getByTestId("toast-success-msg", { timeout: 20000 });
cy.getByTestId("toast-error-msg", { timeout: 20000 });
});

it("can manage consent preferences from the Privacy Center", () => {
Expand Down

0 comments on commit af953cd

Please sign in to comment.