fix: issue with next and previous buttons for patternhub #15074
Annotations
9 errors, 1 warning, and 1 notice
👩🔬 Test showcase with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
showcases/patternhub/tests/default.spec.ts#L1
1) [chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot ─────────────────
Test timeout of 30000ms exceeded.
|
🔣 Print GitHub Report:
showcases/patternhub/tests/default.spec.ts#L28
1) [chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot ─────────────────
Error: expect(locator).toBeVisible()
Locator: locator('h2').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('h2').first()
26 | async (page) => {
27 | const firstH2 = page.locator('h2').first();
> 28 | await expect(firstH2).toBeVisible();
| ^
29 | }
30 | );
31 | });
at fn (/__w/mono/mono/showcases/patternhub/tests/default.spec.ts:28:28)
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:14:9
|
🔣 Print GitHub Report:
showcases/patternhub/tests/default.spec.ts#L1
1) [chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
🔣 Print GitHub Report:
showcases/patternhub/tests/default.spec.ts#L28
1) [chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('h2').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('h2').first()
26 | async (page) => {
27 | const firstH2 = page.locator('h2').first();
> 28 | await expect(firstH2).toBeVisible();
| ^
29 | }
30 | );
31 | });
at fn (/__w/mono/mono/showcases/patternhub/tests/default.spec.ts:28:28)
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:14:9
|
🔣 Print GitHub Report:
showcases/patternhub/tests/default.spec.ts#L1
2) [chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot ───────────
Test timeout of 30000ms exceeded.
|
🔣 Print GitHub Report:
showcases/patternhub/tests/default.spec.ts#L50
2) [chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot ───────────
Error: expect(locator).toBeVisible()
Locator: locator('h2').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('h2').first()
48 | async (page) => {
49 | const firstH2 = page.locator('h2').first();
> 50 | await expect(firstH2).toBeVisible();
| ^
51 | }
52 | );
53 | });
at fn (/__w/mono/mono/showcases/patternhub/tests/default.spec.ts:50:28)
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:14:9
|
🔣 Print GitHub Report:
showcases/patternhub/tests/default.spec.ts#L1
2) [chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
🔣 Print GitHub Report:
showcases/patternhub/tests/default.spec.ts#L50
2) [chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('h2').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('h2').first()
48 | async (page) => {
49 | const firstH2 = page.locator('h2').first();
> 50 | await expect(firstH2).toBeVisible();
| ^
51 | }
52 | );
53 | });
at fn (/__w/mono/mono/showcases/patternhub/tests/default.spec.ts:50:28)
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:14:9
|
🆙 Upload aChecker results
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
|
🔣 Print GitHub Report
2 failed
[chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot ──────────────────
[chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot ────────────
11 passed (2.2m)
|
Loading