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

(-)a/t/cypress/integration/Titles_spec.ts (-1 / +1 lines)
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
- 

Return to bug 33400