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

(-)a/t/cypress/integration/ERM/Agreements_spec.ts (-2 / +1 lines)
Lines 555-561 describe("Agreement CRUD operations", () => { Link Here
555
        // AV's libs displayed
555
        // AV's libs displayed
556
        // Tables for periods and users
556
        // Tables for periods and users
557
    });
557
    });
558
    it.only("Delete agreement", () => {
558
    it("Delete agreement", () => {
559
        let agreement = cy.get_agreement();
559
        let agreement = cy.get_agreement();
560
        let agreements = [agreement];
560
        let agreements = [agreement];
561
561
562
- 

Return to bug 37929