Skip to content

Commit

Permalink
Fix login view integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Oct 18, 2022
1 parent c0d1fb5 commit 0dea960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Views/LoginView.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("LoginView", () => {
cy.get('input[type="email"]').type("[email protected]");
cy.get('input[type="password"]').type("abcdefgh");
cy.get("form").submit();
cy.get(".k-login-alert").should("contain", "Wrong password");
cy.get(".k-login-alert").should("contain", "Invalid login");
});

it("should login and redirect to SiteView", () => {
Expand Down

0 comments on commit 0dea960

Please sign in to comment.