[web] Fix pattern selector #648
Annotations
10 errors, 3 warnings, and 1 notice
tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ──────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Install', exact: true })
- waiting for getByRole('button', { name: 'Install', exact: true })
13 |
14 | test('has the Install button', async ({ page }) => {
> 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible();
| ^
16 | });
17 | })
18 |
at /checkout/playwright/tests/main_page.spec.ts:15:78
|
tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Install', exact: true })
- waiting for getByRole('button', { name: 'Install', exact: true })
13 |
14 | test('has the Install button', async ({ page }) => {
> 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible();
| ^
16 | });
17 | })
18 |
at /checkout/playwright/tests/main_page.spec.ts:15:78
|
tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ──────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Install', exact: true })
- waiting for getByRole('button', { name: 'Install', exact: true })
13 |
14 | test('has the Install button', async ({ page }) => {
> 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible();
| ^
16 | });
17 | })
18 |
at /checkout/playwright/tests/main_page.spec.ts:15:78
|
tests/root_password.spec.ts#L13
2) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ─────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('No root authentication method defined')
- waiting for getByText('No root authentication method defined')
11 |
12 | // initial expectation - the root password is not configured yet
> 13 | await expect(page.getByText("No root authentication method defined")).toBeVisible();
| ^
14 |
15 | // click the "Users" header
16 | await page.locator("a[href='#/users']").click();
at /checkout/playwright/tests/root_password.spec.ts:13:75
|
tests/root_password.spec.ts#L13
2) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('No root authentication method defined')
- waiting for getByText('No root authentication method defined')
11 |
12 | // initial expectation - the root password is not configured yet
> 13 | await expect(page.getByText("No root authentication method defined")).toBeVisible();
| ^
14 |
15 | // click the "Users" header
16 | await page.locator("a[href='#/users']").click();
at /checkout/playwright/tests/root_password.spec.ts:13:75
|
tests/root_password.spec.ts#L13
2) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('No root authentication method defined')
- waiting for getByText('No root authentication method defined')
11 |
12 | // initial expectation - the root password is not configured yet
> 13 | await expect(page.getByText("No root authentication method defined")).toBeVisible();
| ^
14 |
15 | // click the "Users" header
16 | await page.locator("a[href='#/users']").click();
at /checkout/playwright/tests/root_password.spec.ts:13:75
|
tests/take_screenshots.spec.ts#L1
3) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ──────────────
AggregateError: All promises were rejected
|
tests/take_screenshots.spec.ts#L1
3) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
AggregateError: All promises were rejected
|
tests/take_screenshots.spec.ts#L1
3) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
AggregateError: All promises were rejected
|
|
[chromium] › take_screenshots.spec.ts#L1
[chromium] › take_screenshots.spec.ts took 1.6m
|
[chromium] › main_page.spec.ts#L1
[chromium] › main_page.spec.ts took 27.9s
|
[chromium] › root_password.spec.ts#L1
[chromium] › root_password.spec.ts took 23.0s
|
3 failed
[chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ───────────────────
[chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ──────────
[chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ───────────────
1 passed (2.6m)
|
The logs for this run have expired and are no longer available.
Loading