Skip to content

Commit 407a6bc

Browse files
committed
chore: update tests
1 parent 2098ba8 commit 407a6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/frschool-e2e/tests/auth.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test("has login prompt", async ({
4545
await skipIfAuthCookieValid(AUTH_FILE_PATH);
4646
await homePage.loginNavigationLinkClick();
4747

48-
await loginPage.expectHeadingToContain("Zaloguj się!");
48+
await loginPage.expectHeadingToContain("Log in!");
4949
await loginPage.handleLogin({
5050
login: "test@test.pl",
5151
password: "testtest",

0 commit comments

Comments
 (0)