aboutsummaryrefslogtreecommitdiff
path: root/tests/e2e/login.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e/login.spec.ts')
-rw-r--r--tests/e2e/login.spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/login.spec.ts b/tests/e2e/login.spec.ts
index 2e859dd..f646272 100644
--- a/tests/e2e/login.spec.ts
+++ b/tests/e2e/login.spec.ts
@@ -55,7 +55,7 @@ test.describe('Loggin In - HTML Web Form @auth', () => {
await benutzername.fill(credentials.autor.username);
await passwort.fill(credentials.autor.password);
await submit.click();
- await expect(page.locator('#avatar-menu-container')).toBeVisible();
+ await expect(page.locator('#notification-wrapper')).toBeVisible();
await expect(page).toHaveURL(`${baseURL}dispatch.php/start`);
});
});