fix noty api #197
Annotations
7 errors, 2 warnings, and 1 notice
E2E tests:
e2e/page.spec.ts#L8
1) [chromium] › page.spec.ts:4:7 › Example Application › Login and logout roundtrip ──────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('shade-login>div>shade-paper>form')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('shade-login>div>shade-paper>form')
6 |
7 | const loginForm = await page.locator('shade-login>div>shade-paper>form')
> 8 | await expect(loginForm).toBeVisible()
| ^
9 |
10 | const usernameInput = await loginForm.locator('input[name="userName"]')
11 | await expect(usernameInput).toBeVisible()
at /home/runner/work/boilerplate/boilerplate/e2e/page.spec.ts:8:29
|
E2E tests:
e2e/page.spec.ts#L8
1) [chromium] › page.spec.ts:4:7 › Example Application › Login and logout roundtrip ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('shade-login>div>shade-paper>form')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('shade-login>div>shade-paper>form')
6 |
7 | const loginForm = await page.locator('shade-login>div>shade-paper>form')
> 8 | await expect(loginForm).toBeVisible()
| ^
9 |
10 | const usernameInput = await loginForm.locator('input[name="userName"]')
11 | await expect(usernameInput).toBeVisible()
at /home/runner/work/boilerplate/boilerplate/e2e/page.spec.ts:8:29
|
E2E tests:
e2e/page.spec.ts#L8
1) [chromium] › page.spec.ts:4:7 › Example Application › Login and logout roundtrip ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('shade-login>div>shade-paper>form')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('shade-login>div>shade-paper>form')
6 |
7 | const loginForm = await page.locator('shade-login>div>shade-paper>form')
> 8 | await expect(loginForm).toBeVisible()
| ^
9 |
10 | const usernameInput = await loginForm.locator('input[name="userName"]')
11 | await expect(usernameInput).toBeVisible()
at /home/runner/work/boilerplate/boilerplate/e2e/page.spec.ts:8:29
|
E2E tests:
e2e/page.spec.ts#L8
2) [firefox] › page.spec.ts:4:7 › Example Application › Login and logout roundtrip ───────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('shade-login>div>shade-paper>form')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('shade-login>div>shade-paper>form')
6 |
7 | const loginForm = await page.locator('shade-login>div>shade-paper>form')
> 8 | await expect(loginForm).toBeVisible()
| ^
9 |
10 | const usernameInput = await loginForm.locator('input[name="userName"]')
11 | await expect(usernameInput).toBeVisible()
at /home/runner/work/boilerplate/boilerplate/e2e/page.spec.ts:8:29
|
E2E tests:
e2e/page.spec.ts#L8
2) [firefox] › page.spec.ts:4:7 › Example Application › Login and logout roundtrip ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('shade-login>div>shade-paper>form')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('shade-login>div>shade-paper>form')
6 |
7 | const loginForm = await page.locator('shade-login>div>shade-paper>form')
> 8 | await expect(loginForm).toBeVisible()
| ^
9 |
10 | const usernameInput = await loginForm.locator('input[name="userName"]')
11 | await expect(usernameInput).toBeVisible()
at /home/runner/work/boilerplate/boilerplate/e2e/page.spec.ts:8:29
|
E2E tests:
e2e/page.spec.ts#L8
2) [firefox] › page.spec.ts:4:7 › Example Application › Login and logout roundtrip ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('shade-login>div>shade-paper>form')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('shade-login>div>shade-paper>form')
6 |
7 | const loginForm = await page.locator('shade-login>div>shade-paper>form')
> 8 | await expect(loginForm).toBeVisible()
| ^
9 |
10 | const usernameInput = await loginForm.locator('input[name="userName"]')
11 | await expect(usernameInput).toBeVisible()
at /home/runner/work/boilerplate/boilerplate/e2e/page.spec.ts:8:29
|
E2E tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
E2E tests
2 failed
[chromium] › page.spec.ts:4:7 › Example Application › Login and logout roundtrip ───────────────
[firefox] › page.spec.ts:4:7 › Example Application › Login and logout roundtrip ────────────────
|
Loading