fix: issue with next and previous buttons for patternhub #15074
default.yml
on: pull_request
init
/
Init
24s
scan-secrets
/
TruffleHog
54s
get-playwright-version
/
Get and save publish version
27s
Matrix: init-playwright / init-playwright
build-showcase-react
/
Build Showcase react-showcase
34s
build-showcase-angular
/
Build Showcase angular-showcase
47s
build-showcase-stencil
/
Build Showcase stencil-showcase
49s
build-showcase-vue
/
Build Showcase vue-showcase
29s
Matrix: test-components / playwright-ct
build-outputs
/
Build outputs
1m 14s
build-showcase-angular-ssr
/
Build Showcase angular-ssr-showcase
1m 1s
build-showcase-next
/
Build Showcase next-showcase
54s
build-showcase-nuxt
/
Build Showcase nuxt-showcase
52s
Matrix: test-showcase-patternhub / playwright-showcases
Matrix: test-showcase-react / playwright-showcases
Matrix: test-screen-reader / playwright-screen-reader
Matrix: test-showcase-angular / playwright-showcases
Matrix: test-showcase-stencil / playwright-showcases
Matrix: test-showcase-vue / playwright-showcases
regenerate-snapshots-components
/
regenerate-snapshots
regenerate-snapshots-foundations
/
regenerate-snapshots
regenerate-snapshots-patternhub
/
🧪🎭 - Regenerate snapshots patternhub
7m 14s
regenerate-snapshots
/
regenerate-snapshots
deploy
/
Deploy
Annotations
23 errors, 2 warnings, and 2 notices
test-showcase-patternhub / 🧪🎭 - patternhub:3/6
Process completed with exit code 1.
|
[chromium] › default.spec.ts:10:2 › input › docs should match screenshot:
showcases/patternhub/tests/default.spec.ts#L1
1) [chromium] › default.spec.ts:10:2 › input › docs should match screenshot ──────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › default.spec.ts:10:2 › input › docs should match screenshot:
showcases/patternhub/tests/default.spec.ts#L28
1) [chromium] › default.spec.ts:10:2 › input › 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
|
[chromium] › default.spec.ts:10:2 › input › docs should match screenshot:
showcases/patternhub/tests/default.spec.ts#L1
1) [chromium] › default.spec.ts:10:2 › input › docs should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › default.spec.ts:10:2 › input › docs should match screenshot:
showcases/patternhub/tests/default.spec.ts#L28
1) [chromium] › default.spec.ts:10:2 › input › 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
|
[chromium] › default.spec.ts:10:2 › input › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L1
2) [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ──────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › default.spec.ts:10:2 › input › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L39
2) [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ──────────────────
Error: expect(locator).toBeVisible()
Locator: locator('h1').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('h1').first()
37 | async (page) => {
38 | const firstH2 = page.locator('h1').first();
> 39 | await expect(firstH2).toBeVisible();
| ^
40 | }
41 | );
42 | });
at fn (/__w/mono/mono/showcases/patternhub/tests/default.spec.ts:39:28)
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:14:9
|
[chromium] › default.spec.ts:10:2 › input › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L1
2) [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › default.spec.ts:10:2 › input › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L39
2) [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('h1').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('h1').first()
37 | async (page) => {
38 | const firstH2 = page.locator('h1').first();
> 39 | await expect(firstH2).toBeVisible();
| ^
40 | }
41 | );
42 | });
at fn (/__w/mono/mono/showcases/patternhub/tests/default.spec.ts:39:28)
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:14:9
|
[chromium] › default.spec.ts:10:2 › input › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L1
3) [chromium] › default.spec.ts:10:2 › input › properties should match screenshot ────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › default.spec.ts:10:2 › input › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L50
3) [chromium] › default.spec.ts:10:2 › input › 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
|
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
Process completed with exit code 1.
|
[chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot:
showcases/patternhub/tests/default.spec.ts#L1
1) [chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot ─────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot:
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
|
[chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot:
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.
|
[chromium] › default.spec.ts:10:2 › navigation › docs should match screenshot:
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
|
[chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L1
2) [chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot ───────────
Test timeout of 30000ms exceeded.
|
[chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot:
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
|
[chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot:
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.
|
[chromium] › default.spec.ts:10:2 › navigation › properties should match screenshot:
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
|
test-screen-reader / 🧪🎭 - screen-reader - macos-13 - react - 2/4
Process completed with exit code 1.
|
regenerate-snapshots-patternhub / 🧪🎭 - Regenerate snapshots patternhub
Process completed with exit code 1.
|
checks-done
Process completed with exit code 1.
|
test-showcase-patternhub / 🧪🎭 - patternhub:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
|
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
3 failed
[chromium] › default.spec.ts:10:2 › input › docs should match screenshot ───────────────────────
[chromium] › default.spec.ts:10:2 › input › overview should match screenshot ───────────────────
[chromium] › default.spec.ts:10:2 › input › properties should match screenshot ─────────────────
11 passed (3.2m)
|
🎭 Playwright Run Summary
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)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
db-ui-angular-showcase
|
1.43 MB |
|
db-ui-angular-ssr-showcase
|
2.16 MB |
|
db-ui-components-build
|
347 KB |
|
db-ui-foundations-build
|
256 KB |
|
db-ui-next-showcase
|
1.5 MB |
|
db-ui-nuxt-showcase
|
1.98 MB |
|
db-ui-output
|
417 KB |
|
db-ui-outputs
|
6.24 MB |
|
db-ui-patternhub
|
3.71 MB |
|
db-ui-react-showcase
|
1.34 MB |
|
db-ui-stencil-showcase
|
1.39 MB |
|
db-ui-vue-showcase
|
1.31 MB |
|
patternhub-playwright-results-3
Expired
|
248 KB |
|
patternhub-playwright-results-6
Expired
|
180 KB |
|
react-recordings-macos-13-2
Expired
|
41.4 MB |
|
react-screen-reader-macos-13-2
Expired
|
830 KB |
|
snapshots-patternhub
Expired
|
2.15 MB |
|