e2e test fix #1189
e2e-playwright.js.yml
on: pull_request
playwright-e2e
7m 17s
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.
|