Skip to content

Commit

Permalink
Rever accidental change in selector
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 20, 2025
1 parent 51324ce commit 6b98985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/cypress-e2e/cypress/e2e/smoke_test.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe("Smoke test", () => {

// Postgres
cy.getByTestId("System inventory-nav-link").click();
cy.getByTestId("system-dasdsa").within(() => {
cy.getByTestId("system-cookie_house_postgresql_database").within(() => {
cy.getByTestId("edit-btn").click();
});

Expand Down

0 comments on commit 6b98985

Please sign in to comment.