Lines 441-447
describe("Agreement CRUD operations", () => {
Link Here
|
441 |
.contains("Edit") |
441 |
.contains("Edit") |
442 |
.click(); |
442 |
.click(); |
443 |
cy.wait("@get-agreement"); |
443 |
cy.wait("@get-agreement"); |
444 |
cy.wait(500); // Cypress is too fast! Vue hasn't populated the form yet! |
|
|
445 |
cy.get("#agreements_add h2").contains("Edit agreement"); |
444 |
cy.get("#agreements_add h2").contains("Edit agreement"); |
446 |
cy.left_menu_active_item_is("Agreements"); |
445 |
cy.left_menu_active_item_is("Agreements"); |
447 |
|
446 |
|