Skip to content
Snippets Groups Projects
Commit 682efefe authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

handle redirect?, re #2635

parent e05ab340
No related branches found
No related tags found
1 merge request!4Integrate playwright into gitlab ci pipeline
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -54,7 +54,6 @@ test.describe('Loggin In - HTML Web Form @auth', () => { ...@@ -54,7 +54,6 @@ test.describe('Loggin In - HTML Web Form @auth', () => {
await benutzername.fill('test_autor'); await benutzername.fill('test_autor');
await passwort.fill('testing'); await passwort.fill('testing');
await submit.click(); await submit.click();
await page.waitForLoadState('networkidle');
await expect(page.locator('#avatar-menu-container')).toBeVisible(); await expect(page.locator('#avatar-menu-container')).toBeVisible();
await expect(page).toHaveURL(`${baseURL}/dispatch.php/start`); await expect(page).toHaveURL(`${baseURL}/dispatch.php/start`);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment