diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2025-01-15 11:10:43 +0000 |
|---|---|---|
| committer | Ron Lucke <lucke@elan-ev.de> | 2025-01-15 11:10:43 +0000 |
| commit | b5284efdca428ea8de0bf1bf0abab5cfcd300545 (patch) | |
| tree | fe12f02f2633bc3353b11a547432507cac6762b9 /tests/e2e/login.spec.ts | |
| parent | c5e682a537dd4bf8d3a6b9c9cb2ca1a47c9c31f4 (diff) | |
PolishingTIC: Avatarmenu und Notifications sollen getrennt werden
Closes #5107
Merge request studip/studip!3827
Diffstat (limited to 'tests/e2e/login.spec.ts')
| -rw-r--r-- | tests/e2e/login.spec.ts | 2 |
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`); }); }); |
