Skip to content

Commit

Permalink
fix 5th scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk committed Nov 26, 2024
1 parent f9c0c12 commit 8228935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/scenario-8-instance-composer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ if (Cypress.env("edition") === "iso") {
.should("have.text", "up", { timeout: 90000 });

//go to details view
cy.get('[aria-label="row actions toggle"]').click();
cy.get("button").contains("Instance Details").click();

//assert that in Active attribute we have only 1 relation
Expand Down

0 comments on commit 8228935

Please sign in to comment.