|
Lines 84-89
describe("Dialog operations", () => {
Link Here
|
| 84 |
}); |
84 |
}); |
| 85 |
cy.get("#packages_add").contains("Submit").click(); |
85 |
cy.get("#packages_add").contains("Submit").click(); |
| 86 |
cy.get("main div[class='dialog message']").contains("Package created"); |
86 |
cy.get("main div[class='dialog message']").contains("Package created"); |
|
|
87 |
cy.get("#package_list_result").should("exist"); |
| 87 |
cy.get("main div[class='dialog message']").should("have.length", 1); |
88 |
cy.get("main div[class='dialog message']").should("have.length", 1); |
| 88 |
|
89 |
|
| 89 |
cy.intercept("GET", "/api/v1/erm/eholdings/local/titles*", { |
90 |
cy.intercept("GET", "/api/v1/erm/eholdings/local/titles*", { |
| 90 |
- |
|
|