chore(deps): update dependency eslint to v9 #2245
Annotations
7 errors and 1 notice
Run Playwright tests:
e2e/video.spec.ts#L1
1) [chromium] › video.spec.ts:101:5 › visiblity conform options › description tooltip ────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/video.spec.ts#L106
1) [chromium] › video.spec.ts:101:5 › visiblity conform options › description tooltip ────────────
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for locator('ytd-watch-metadata div#description').getByRole('tooltip', { name: /^\d.* views .*$/ }) to be visible
104 | const targetCheckbox = getCheckbox(p);
105 |
> 106 | await target.waitFor({ state: "visible" });
| ^
107 | await targetCheckbox.check();
108 | await expect(target).not.toBeVisible();
109 | await targetCheckbox.uncheck();
at /__w/hide-youtube-numbers/hide-youtube-numbers/e2e/video.spec.ts:106:20
|
Run Playwright tests:
e2e/video.spec.ts#L1
1) [chromium] › video.spec.ts:101:5 › visiblity conform options › description tooltip ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/video.spec.ts#L106
1) [chromium] › video.spec.ts:101:5 › visiblity conform options › description tooltip ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for locator('ytd-watch-metadata div#description').getByRole('tooltip', { name: /^\d.* views .*$/ }) to be visible
104 | const targetCheckbox = getCheckbox(p);
105 |
> 106 | await target.waitFor({ state: "visible" });
| ^
107 | await targetCheckbox.check();
108 | await expect(target).not.toBeVisible();
109 | await targetCheckbox.uncheck();
at /__w/hide-youtube-numbers/hide-youtube-numbers/e2e/video.spec.ts:106:20
|
Run Playwright tests:
e2e/video.spec.ts#L1
1) [chromium] › video.spec.ts:101:5 › visiblity conform options › description tooltip ────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/video.spec.ts#L106
1) [chromium] › video.spec.ts:101:5 › visiblity conform options › description tooltip ────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for locator('ytd-watch-metadata div#description').getByRole('tooltip', { name: /^\d.* views .*$/ }) to be visible
104 | const targetCheckbox = getCheckbox(p);
105 |
> 106 | await target.waitFor({ state: "visible" });
| ^
107 | await targetCheckbox.check();
108 | await expect(target).not.toBeVisible();
109 | await targetCheckbox.uncheck();
at /__w/hide-youtube-numbers/hide-youtube-numbers/e2e/video.spec.ts:106:20
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests
1 failed
[chromium] › video.spec.ts:101:5 › visiblity conform options › description tooltip ─────────────
10 passed (2.0m)
|
Loading