Fix a11y form component ids #11472
default.yml
on: pull_request
init
/
Init
1m 18s
scan-secrets
/
TruffleHog
40s
get-playwright-version
/
Get and save publish version
19s
lint
/
Lint
37s
Matrix: test-components / playwright-ct
Matrix: test-showcases / playwright-showcases
regenerate-snapshots
/
🧪🎭 - Regenerate snapshots
4m 23s
deploy
/
Deploy
Annotations
10 errors, 2 warnings, and 3 notices
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
|
[mobile_chrome] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works:
output/vue/src/components/accordion/accordion.spec.tsx#L96
1) [mobile_chrome] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#root').locator('internal:control=component').getByRole('textbox')
Expected string: "Test"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component').getByRole('textbox')
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
94 | await expect(textArea).toBeVisible();
95 | await textArea.fill('Test');
> 96 | await expect(textArea).toHaveValue('Test');
| ^
97 | });
98 | };
99 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:96:26
|
[mobile_chrome] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works:
output/vue/src/components/accordion/accordion.spec.tsx#L96
1) [mobile_chrome] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#root').locator('internal:control=component').getByRole('textbox')
Expected string: "Test"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component').getByRole('textbox')
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
94 | await expect(textArea).toBeVisible();
95 | await textArea.fill('Test');
> 96 | await expect(textArea).toHaveValue('Test');
| ^
97 | });
98 | };
99 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:96:26
|
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
|
[chromium] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works:
output/vue/src/components/accordion/accordion.spec.tsx#L96
1) [chromium] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works ─────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#root').locator('internal:control=component').getByRole('textbox')
Expected string: "Test"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component').getByRole('textbox')
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
94 | await expect(textArea).toBeVisible();
95 | await textArea.fill('Test');
> 96 | await expect(textArea).toHaveValue('Test');
| ^
97 | });
98 | };
99 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:96:26
|
[chromium] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works:
output/vue/src/components/accordion/accordion.spec.tsx#L96
1) [chromium] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#root').locator('internal:control=component').getByRole('textbox')
Expected string: "Test"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component').getByRole('textbox')
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
94 | await expect(textArea).toBeVisible();
95 | await textArea.fill('Test');
> 96 | await expect(textArea).toHaveValue('Test');
| ^
97 | });
98 | };
99 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:96:26
|
[firefox] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works:
output/vue/src/components/accordion/accordion.spec.tsx#L96
1) [firefox] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works ──────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#root').locator('internal:control=component').getByRole('textbox')
Expected string: "Test"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component').getByRole('textbox')
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
94 | await expect(textArea).toBeVisible();
95 | await textArea.fill('Test');
> 96 | await expect(textArea).toHaveValue('Test');
| ^
97 | });
98 | };
99 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:96:26
|
[firefox] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works:
output/vue/src/components/accordion/accordion.spec.tsx#L96
1) [firefox] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works ──────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#root').locator('internal:control=component').getByRole('textbox')
Expected string: "Test"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component').getByRole('textbox')
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
94 | await expect(textArea).toBeVisible();
95 | await textArea.fill('Test');
> 96 | await expect(textArea).toHaveValue('Test');
| ^
97 | });
98 | };
99 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:96:26
|
test-components / 🧪🎭 - vue:2/3
Process completed with exit code 1.
|
checks-done
Process completed with exit code 1.
|
scan-secrets / TruffleHog
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-showcases / Build Showcases
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 failed
[mobile_chrome] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works ─
3 skipped
119 passed (43.7s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works ──────
3 skipped
119 passed (43.2s)
|
🎭 Playwright Run Summary
1 failed
[firefox] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works ───────
3 skipped
119 passed (1.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
__snapshots__
Expired
|
6.81 MB |
|
db-ui-components-build
Expired
|
334 KB |
|
db-ui-foundations-build
Expired
|
88.4 KB |
|
db-ui-output
Expired
|
356 KB |
|
db-ui-outputs
Expired
|
5.03 MB |
|
db-ui-showcases
Expired
|
9.93 MB |
|
vue-components-playwright-results-1
Expired
|
185 KB |
|
vue-components-playwright-results-2
Expired
|
266 KB |
|
vue-components-playwright-results-3
Expired
|
183 KB |
|