Lines 175-180
describe("Title CRUD operations", () => {
Link Here
|
175 |
error: "Something went wrong", |
175 |
error: "Something went wrong", |
176 |
}); |
176 |
}); |
177 |
cy.get("#titles_add").contains("Submit").click(); |
177 |
cy.get("#titles_add").contains("Submit").click(); |
|
|
178 |
cy.scrollTo('top'); |
178 |
cy.get("main div[class='dialog alert']").contains( |
179 |
cy.get("main div[class='dialog alert']").contains( |
179 |
"Something went wrong: Error: Internal Server Error" |
180 |
"Something went wrong: Error: Internal Server Error" |
180 |
); |
181 |
); |
181 |
- |
|
|