Skip to content

e2e test fix

e2e test fix #1189

Triggered via pull request March 7, 2025 15:47
Status Failure
Total duration 7m 23s
Artifacts

e2e-playwright.js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
playwright-e2e
Process completed with exit code 1.
playwright-e2e
TimeoutError: page.waitForSelector: Timeout 30000ms exceeded. Call log: - waiting for locator('#email') to be visible at src/e2e/globalSetup.ts:12 10 | 11 | await page.goto(`${BASE_URL}${routerType}user/login`); > 12 | await page.waitForSelector('#email'); | ^ 13 | 14 | await page.locator('input[id="email"]').fill(ADMIN_CREDENTIALS.email); 15 | await page.locator('input[id="password"]').fill(ADMIN_CREDENTIALS.password); at globalSetup (/home/runner/work/Admin/Admin/src/e2e/globalSetup.ts:12:14)
playwright-e2e
Process completed with exit code 1.
playwright-e2e
Docker network rm failed with exit code 1
playwright-e2e
No files were found with the provided path: test-results. No artifacts will be uploaded.