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 |
- |
|
|