Skip to content
Snippets Groups Projects

Integrate playwright into gitlab ci pipeline

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -54,7 +54,6 @@ test.describe('Loggin In - HTML Web Form @auth', () => {
await benutzername.fill('test_autor');
await passwort.fill('testing');
await submit.click();
await page.waitForLoadState('networkidle');
await expect(page.locator('#avatar-menu-container')).toBeVisible();
await expect(page).toHaveURL(`${baseURL}/dispatch.php/start`);
});
Loading