Skip to content

Commit

Permalink
Merge pull request #5605 from inmanta/issue/revert-e2e-fix-iso7
Browse files Browse the repository at this point in the history
Revert "fix to repair the E2E tests for scenario 9 (PR #5600)"
  • Loading branch information
matborowczyk committed Mar 14, 2024
2 parents 2c18dcf + 000ced4 commit 5175c3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions changelogs/unreleased/fix-e2e-scenario-9.yml

This file was deleted.

2 changes: 1 addition & 1 deletion cypress/e2e/scenario-9-orders.cy.js
Expand Up @@ -196,7 +196,7 @@ if (Cypress.env("edition") === "iso") {
cy.get('[aria-label="Expanded-Discovered-Row"]')
.eq(0)
.find('[aria-label="Expanded-Details"]')
.should("contain", "Creation failed");
.should("contain", "An error occurred during deployment");
cy.get('[aria-label="Expanded-Discovered-Row"]')
.eq(0)
.find('[aria-label="Expanded-Details"]')
Expand Down

0 comments on commit 5175c3b

Please sign in to comment.