Merge pull request #844 from openSUSE/move_eslint_plugin #970
Annotations
2 errors, 1 warning, and 1 notice
Run the Playwright tests:
tests/root_password.spec.ts#L13
1) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ─────────
Error: Timed out 15000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 15000ms
- 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
|
Run the Playwright tests:
tests/root_password.spec.ts#L13
1) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 15000ms
- 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
|
Run the Playwright tests:
[chromium] › root_password.spec.ts#L1
[chromium] › root_password.spec.ts took 43.1s
|
Run the Playwright tests
1 flaky
[chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ──────────
3 passed (57.1s)
|
The logs for this run have expired and are no longer available.
Loading