Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasStordeur committed Jan 29, 2025
1 parent c9322e0 commit 5bb8ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/scenario-6-resources.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ describe("Scenario 6 : Resources", () => {
cy.get('[aria-label="Sidebar-Navigation-Item"]')
.contains("Service Catalog")
.click();
cy.get("#waiting_entity").contains("Show inventory").click();
cy.get("#dependency-service").contains("Show inventory").click();

// Expect the number in the chart to the success label to be 8
cy.get(".pf-v5-c-chart").within(() => {
Expand Down

0 comments on commit 5bb8ae1

Please sign in to comment.