fix e2e test

This commit is contained in:
Konstantin Schaper
2022-05-03 16:18:43 +02:00
parent 77046bb6fd
commit 689b191ec3

View File

@@ -47,8 +47,10 @@ describe("Anonymous Mode Full", () => {
});
it("should navigate to login page", () => {
// Arrange
cy.visit("/");
// Act
cy.byTestId("login-button").click();
cy.byTestId("primary-navigation-login").click();
// Assert
cy.byTestId("login-button");
});