From 6b98985a5b8145332d92f73d1563a2e608c5acaa Mon Sep 17 00:00:00 2001 From: Lucano Vera Date: Mon, 20 Jan 2025 09:53:46 -0800 Subject: [PATCH] Rever accidental change in selector --- clients/cypress-e2e/cypress/e2e/smoke_test.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cypress-e2e/cypress/e2e/smoke_test.cy.ts b/clients/cypress-e2e/cypress/e2e/smoke_test.cy.ts index da4b34aa68..7f3338829d 100644 --- a/clients/cypress-e2e/cypress/e2e/smoke_test.cy.ts +++ b/clients/cypress-e2e/cypress/e2e/smoke_test.cy.ts @@ -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(); });