From e4dda3db29460a375f7c2e7db16ce34e7177acb0 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 13 Dec 2024 15:49:10 +0000 Subject: [PATCH] Bug 37301: (QA follow-up): Fix Dialog_spec.ts Run the test spec before and after applying the patch: cypress run --spec t/cypress/integration/ERM/Dialog_spec.ts --- t/cypress/integration/ERM/Dialog_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cypress/integration/ERM/Dialog_spec.ts b/t/cypress/integration/ERM/Dialog_spec.ts index 89e0ef8285c..cc7e96d305b 100644 --- a/t/cypress/integration/ERM/Dialog_spec.ts +++ b/t/cypress/integration/ERM/Dialog_spec.ts @@ -170,7 +170,7 @@ describe("Dialog operations", () => { .contains("Delete") .click(); cy.get(".alert-warning.confirmation h1").contains( - "remove this package" + "remove this local package" ); cy.contains("Yes, delete").click(); cy.get("main div[class='alert alert-info']") -- 2.39.5