View | Details | Raw Unified | Return to bug 37301
Collapse All | Expand All

(-)a/t/cypress/integration/ERM/Dialog_spec.ts (-2 / +1 lines)
Lines 170-176 describe("Dialog operations", () => { Link Here
170
            .contains("Delete")
170
            .contains("Delete")
171
            .click();
171
            .click();
172
        cy.get(".alert-warning.confirmation h1").contains(
172
        cy.get(".alert-warning.confirmation h1").contains(
173
            "remove this package"
173
            "remove this local package"
174
        );
174
        );
175
        cy.contains("Yes, delete").click();
175
        cy.contains("Yes, delete").click();
176
        cy.get("main div[class='alert alert-info']")
176
        cy.get("main div[class='alert alert-info']")
177
- 

Return to bug 37301