Add managed Trrack provenance APIs #2440
Annotations
12 errors, 2 warnings, and 1 notice
|
[chromium] › tests/example-mvnv.spec.ts:174:1 › test:
tests/example-mvnv.spec.ts#L0
4) [chromium] › tests/example-mvnv.spec.ts:174:1 › test ──────────────────────────────────────────
Test timeout of 180000ms exceeded.
|
|
[chromium] › tests/demo-trrack.spec.ts:144:3 › Svelte with Trrack library replays Undo and Redo in recorded order:
tests/demo-trrack.spec.ts#L30
3) [chromium] › tests/demo-trrack.spec.ts:144:3 › Svelte with Trrack library replays Undo and Redo in recorded order
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('#root iframe').contentFrame().locator('circle')
Expected: 2
Received: 1
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('#root iframe').contentFrame().locator('circle')
9 × locator resolved to 1 element
- unexpected value "1"
28 |
29 | async function expectDotCount(frame: FrameLocator, count: number) {
> 30 | await expect(frame.locator('circle')).toHaveCount(count);
| ^
31 | }
32 |
33 | async function readStoredValue(page: Page, key: string) {
at expectDotCount (/home/runner/work/study/study/tests/demo-trrack.spec.ts:30:41)
at /home/runner/work/study/study/tests/demo-trrack.spec.ts:194:13
|
|
[chromium] › tests/demo-trrack.spec.ts:144:3 › Svelte with Trrack library replays Undo and Redo in recorded order:
tests/demo-trrack.spec.ts#L30
3) [chromium] › tests/demo-trrack.spec.ts:144:3 › Svelte with Trrack library replays Undo and Redo in recorded order
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('#root iframe').contentFrame().locator('circle')
Expected: 2
Received: 1
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('#root iframe').contentFrame().locator('circle')
9 × locator resolved to 1 element
- unexpected value "1"
28 |
29 | async function expectDotCount(frame: FrameLocator, count: number) {
> 30 | await expect(frame.locator('circle')).toHaveCount(count);
| ^
31 | }
32 |
33 | async function readStoredValue(page: Page, key: string) {
at expectDotCount (/home/runner/work/study/study/tests/demo-trrack.spec.ts:30:41)
at /home/runner/work/study/study/tests/demo-trrack.spec.ts:194:13
|
|
[chromium] › tests/demo-trrack.spec.ts:144:3 › Svelte with Trrack library replays Undo and Redo in recorded order:
tests/demo-trrack.spec.ts#L30
3) [chromium] › tests/demo-trrack.spec.ts:144:3 › Svelte with Trrack library replays Undo and Redo in recorded order
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('#root iframe').contentFrame().locator('circle')
Expected: 2
Received: 1
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('#root iframe').contentFrame().locator('circle')
9 × locator resolved to 1 element
- unexpected value "1"
28 |
29 | async function expectDotCount(frame: FrameLocator, count: number) {
> 30 | await expect(frame.locator('circle')).toHaveCount(count);
| ^
31 | }
32 |
33 | async function readStoredValue(page: Page, key: string) {
at expectDotCount (/home/runner/work/study/study/tests/demo-trrack.spec.ts:30:41)
at /home/runner/work/study/study/tests/demo-trrack.spec.ts:194:13
|
|
[chromium] › tests/demo-trrack.spec.ts:144:3 › HTML with Trrack library replays Undo and Redo in recorded order:
tests/demo-trrack.spec.ts#L30
2) [chromium] › tests/demo-trrack.spec.ts:144:3 › HTML with Trrack library replays Undo and Redo in recorded order
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('#root iframe').contentFrame().locator('circle')
Expected: 2
Received: 1
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('#root iframe').contentFrame().locator('circle')
9 × locator resolved to 1 element
- unexpected value "1"
28 |
29 | async function expectDotCount(frame: FrameLocator, count: number) {
> 30 | await expect(frame.locator('circle')).toHaveCount(count);
| ^
31 | }
32 |
33 | async function readStoredValue(page: Page, key: string) {
at expectDotCount (/home/runner/work/study/study/tests/demo-trrack.spec.ts:30:41)
at /home/runner/work/study/study/tests/demo-trrack.spec.ts:194:13
|
|
[chromium] › tests/demo-trrack.spec.ts:144:3 › HTML with Trrack library replays Undo and Redo in recorded order:
tests/demo-trrack.spec.ts#L30
2) [chromium] › tests/demo-trrack.spec.ts:144:3 › HTML with Trrack library replays Undo and Redo in recorded order
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('#root iframe').contentFrame().locator('circle')
Expected: 2
Received: 1
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('#root iframe').contentFrame().locator('circle')
9 × locator resolved to 1 element
- unexpected value "1"
28 |
29 | async function expectDotCount(frame: FrameLocator, count: number) {
> 30 | await expect(frame.locator('circle')).toHaveCount(count);
| ^
31 | }
32 |
33 | async function readStoredValue(page: Page, key: string) {
at expectDotCount (/home/runner/work/study/study/tests/demo-trrack.spec.ts:30:41)
at /home/runner/work/study/study/tests/demo-trrack.spec.ts:194:13
|
|
[chromium] › tests/demo-trrack.spec.ts:144:3 › HTML with Trrack library replays Undo and Redo in recorded order:
tests/demo-trrack.spec.ts#L30
2) [chromium] › tests/demo-trrack.spec.ts:144:3 › HTML with Trrack library replays Undo and Redo in recorded order
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('#root iframe').contentFrame().locator('circle')
Expected: 2
Received: 1
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('#root iframe').contentFrame().locator('circle')
9 × locator resolved to 1 element
- unexpected value "1"
28 |
29 | async function expectDotCount(frame: FrameLocator, count: number) {
> 30 | await expect(frame.locator('circle')).toHaveCount(count);
| ^
31 | }
32 |
33 | async function readStoredValue(page: Page, key: string) {
at expectDotCount (/home/runner/work/study/study/tests/demo-trrack.spec.ts:30:41)
at /home/runner/work/study/study/tests/demo-trrack.spec.ts:194:13
|
|
[chromium] › tests/demo-image.spec.ts:9:1 › Test image component:
tests/demo-image.spec.ts#L42
1) [chromium] › tests/demo-image.spec.ts:9:1 › Test image component ──────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.check: Error: strict mode violation: getByLabel('No') resolved to 2 elements:
1) <svg width="16" height="16" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" stroke="var(--mantine-color-gray-6)" class="tabler-icon tabler-icon-check " aria-label="Response recorded; correctness not configured.">…</svg> aka locator('a').filter({ hasText: 'dotplot-low' })
2) <input disabled value="No" type="radio" id="mantine-mwlmd2kuo" name="radioInputdemo-image/assets-response" class="mantine-focus-auto _fixDisabled_14ab8_1 m_8a3dbb89 mantine-Radio-radio"/> aka getByRole('radio', { name: 'No' })
Call log:
- waiting for getByLabel('No')
40 |
41 | // Select a response and click next
> 42 | await page.getByLabel('No').check();
| ^
43 | await page.keyboard.press('Enter');
44 |
45 | // Check the page contains the question
at /home/runner/work/study/study/tests/demo-image.spec.ts:42:31
|
|
[chromium] › tests/demo-image.spec.ts:9:1 › Test image component:
tests/demo-image.spec.ts#L42
1) [chromium] › tests/demo-image.spec.ts:9:1 › Test image component ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.check: Error: strict mode violation: getByLabel('No') resolved to 2 elements:
1) <svg width="16" height="16" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" stroke="var(--mantine-color-gray-6)" class="tabler-icon tabler-icon-check " aria-label="Response recorded; correctness not configured.">…</svg> aka locator('a').filter({ hasText: 'dotplot-low' })
2) <input value="No" type="radio" id="mantine-cp5v6mrkd" name="radioInputdemo-image/assets-response" class="mantine-focus-auto _fixDisabled_14ab8_1 m_8a3dbb89 mantine-Radio-radio"/> aka getByRole('radio', { name: 'No' })
Call log:
- waiting for getByLabel('No')
40 |
41 | // Select a response and click next
> 42 | await page.getByLabel('No').check();
| ^
43 | await page.keyboard.press('Enter');
44 |
45 | // Check the page contains the question
at /home/runner/work/study/study/tests/demo-image.spec.ts:42:31
|
|
[chromium] › tests/demo-image.spec.ts:9:1 › Test image component:
tests/demo-image.spec.ts#L42
1) [chromium] › tests/demo-image.spec.ts:9:1 › Test image component ──────────────────────────────
Error: locator.check: Error: strict mode violation: getByLabel('No') resolved to 2 elements:
1) <svg width="16" height="16" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" stroke="var(--mantine-color-gray-6)" class="tabler-icon tabler-icon-check " aria-label="Response recorded; correctness not configured.">…</svg> aka locator('a').filter({ hasText: 'dotplot-low' })
2) <input disabled value="No" type="radio" id="mantine-p45zk31a2" name="radioInputdemo-image/assets-response" class="mantine-focus-auto _fixDisabled_14ab8_1 m_8a3dbb89 mantine-Radio-radio"/> aka getByRole('radio', { name: 'No' })
Call log:
- waiting for getByLabel('No')
40 |
41 | // Select a response and click next
> 42 | await page.getByLabel('No').check();
| ^
43 | await page.keyboard.press('Enter');
44 |
45 | // Check the page contains the question
at /home/runner/work/study/study/tests/demo-image.spec.ts:42:31
|
|
🧪 webkit E2E Tests
The job has exceeded the maximum execution time of 40m0s
|
|
🧪 webkit E2E Tests
The operation was canceled.
|
|
🧪 chromium E2E Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧪 webkit E2E Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
3 failed
[chromium] › tests/demo-image.spec.ts:9:1 › Test image component ───────────────────────────────
[chromium] › tests/demo-trrack.spec.ts:144:3 › HTML with Trrack library replays Undo and Redo in recorded order
[chromium] › tests/demo-trrack.spec.ts:144:3 › Svelte with Trrack library replays Undo and Redo in recorded order
1 flaky
[chromium] › tests/example-mvnv.spec.ts:174:1 › test ───────────────────────────────────────────
38 passed (7.7m)
|