test: add new tests for components #10551
default.yml
on: pull_request
init
/
Init
23s
scan-secrets
/
TruffleHog
1m 11s
lint
/
Lint
35s
Matrix: test-components / playwright-ct
Matrix: test-showcases / playwright-showcases
regenerate-snapshots
/
🧪🎭 - Regenerate snapshots
4m 39s
deploy
/
Deploy
Annotations
28 errors, 5 warnings, and 3 notices
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
|
[chromium] › input/input.spec.tsx:33:2 › DBInput › should change on input:
output/vue/vue3/src/components/input/input.spec.tsx#L45
1) [chromium] › input/input.spec.tsx:33:2 › DBInput › should change on input ─────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/input/input.spec.tsx:45:16
|
[chromium] › input/input.spec.tsx:33:2 › DBInput › should change on input:
output/vue/vue3/src/components/input/input.spec.tsx#L45
1) [chromium] › input/input.spec.tsx:33:2 › DBInput › should change on input ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/input/input.spec.tsx:45:16
|
[chromium] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L1
2) [chromium] › select/select.spec.tsx:40:2 › DBSelect › should change on select ─────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L57
2) [chromium] › select/select.spec.tsx:40:2 › DBSelect › should change on select ─────────────────
Error: locator.selectOption: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#root').locator('internal:control=component').getByTestId('select')
55 | const component = await mount(comp);
56 | const select = component.getByTestId('select');
> 57 | const selected = await select.selectOption({ label: 'Test1' });
| ^
58 | expect(selected).toContain(test);
59 | });
60 | };
at /__w/mono/mono/output/vue/vue3/src/components/select/select.spec.tsx:57:33
|
[chromium] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L1
2) [chromium] › select/select.spec.tsx:40:2 › DBSelect › should change on select ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L57
2) [chromium] › select/select.spec.tsx:40:2 › DBSelect › should change on select ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.selectOption: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#root').locator('internal:control=component').getByTestId('select')
55 | const component = await mount(comp);
56 | const select = component.getByTestId('select');
> 57 | const selected = await select.selectOption({ label: 'Test1' });
| ^
58 | expect(selected).toContain(test);
59 | });
60 | };
at /__w/mono/mono/output/vue/vue3/src/components/select/select.spec.tsx:57:33
|
[chromium] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input:
output/vue/vue3/src/components/textarea/textarea.spec.tsx#L45
3) [chromium] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input ────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/textarea/textarea.spec.tsx:45:16
|
[chromium] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input:
output/vue/vue3/src/components/textarea/textarea.spec.tsx#L45
3) [chromium] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/textarea/textarea.spec.tsx:45:16
|
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
|
[mobile_chrome] › input/input.spec.tsx:33:2 › DBInput › should change on input:
output/vue/vue3/src/components/input/input.spec.tsx#L45
1) [mobile_chrome] › input/input.spec.tsx:33:2 › DBInput › should change on input ────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/input/input.spec.tsx:45:16
|
[mobile_chrome] › input/input.spec.tsx:33:2 › DBInput › should change on input:
output/vue/vue3/src/components/input/input.spec.tsx#L45
1) [mobile_chrome] › input/input.spec.tsx:33:2 › DBInput › should change on input ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/input/input.spec.tsx:45:16
|
[mobile_chrome] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L1
2) [mobile_chrome] › select/select.spec.tsx:40:2 › DBSelect › should change on select ────────────
Test timeout of 30000ms exceeded.
|
[mobile_chrome] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L57
2) [mobile_chrome] › select/select.spec.tsx:40:2 › DBSelect › should change on select ────────────
Error: locator.selectOption: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#root').locator('internal:control=component').getByTestId('select')
55 | const component = await mount(comp);
56 | const select = component.getByTestId('select');
> 57 | const selected = await select.selectOption({ label: 'Test1' });
| ^
58 | expect(selected).toContain(test);
59 | });
60 | };
at /__w/mono/mono/output/vue/vue3/src/components/select/select.spec.tsx:57:33
|
[mobile_chrome] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L1
2) [mobile_chrome] › select/select.spec.tsx:40:2 › DBSelect › should change on select ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[mobile_chrome] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L57
2) [mobile_chrome] › select/select.spec.tsx:40:2 › DBSelect › should change on select ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.selectOption: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#root').locator('internal:control=component').getByTestId('select')
55 | const component = await mount(comp);
56 | const select = component.getByTestId('select');
> 57 | const selected = await select.selectOption({ label: 'Test1' });
| ^
58 | expect(selected).toContain(test);
59 | });
60 | };
at /__w/mono/mono/output/vue/vue3/src/components/select/select.spec.tsx:57:33
|
[mobile_chrome] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input:
output/vue/vue3/src/components/textarea/textarea.spec.tsx#L45
3) [mobile_chrome] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input ───────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/textarea/textarea.spec.tsx:45:16
|
[mobile_chrome] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input:
output/vue/vue3/src/components/textarea/textarea.spec.tsx#L45
3) [mobile_chrome] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/textarea/textarea.spec.tsx:45:16
|
[firefox] › input/input.spec.tsx:33:2 › DBInput › should change on input:
output/vue/vue3/src/components/input/input.spec.tsx#L45
1) [firefox] › input/input.spec.tsx:33:2 › DBInput › should change on input ──────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/input/input.spec.tsx:45:16
|
[firefox] › input/input.spec.tsx:33:2 › DBInput › should change on input:
output/vue/vue3/src/components/input/input.spec.tsx#L45
1) [firefox] › input/input.spec.tsx:33:2 › DBInput › should change on input ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/input/input.spec.tsx:45:16
|
[firefox] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L1
2) [firefox] › select/select.spec.tsx:40:2 › DBSelect › should change on select ──────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L57
2) [firefox] › select/select.spec.tsx:40:2 › DBSelect › should change on select ──────────────────
Error: locator.selectOption: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#root').locator('internal:control=component').getByTestId('select')
55 | const component = await mount(comp);
56 | const select = component.getByTestId('select');
> 57 | const selected = await select.selectOption({ label: 'Test1' });
| ^
58 | expect(selected).toContain(test);
59 | });
60 | };
at /__w/mono/mono/output/vue/vue3/src/components/select/select.spec.tsx:57:33
|
[firefox] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L1
2) [firefox] › select/select.spec.tsx:40:2 › DBSelect › should change on select ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › select/select.spec.tsx:40:2 › DBSelect › should change on select:
output/vue/vue3/src/components/select/select.spec.tsx#L57
2) [firefox] › select/select.spec.tsx:40:2 › DBSelect › should change on select ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.selectOption: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#root').locator('internal:control=component').getByTestId('select')
55 | const component = await mount(comp);
56 | const select = component.getByTestId('select');
> 57 | const selected = await select.selectOption({ label: 'Test1' });
| ^
58 | expect(selected).toContain(test);
59 | });
60 | };
at /__w/mono/mono/output/vue/vue3/src/components/select/select.spec.tsx:57:33
|
[firefox] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input:
output/vue/vue3/src/components/textarea/textarea.spec.tsx#L45
3) [firefox] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input ─────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/textarea/textarea.spec.tsx:45:16
|
[firefox] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input:
output/vue/vue3/src/components/textarea/textarea.spec.tsx#L45
3) [firefox] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
43 | const component = await mount(comp);
44 | await component.getByRole('textbox').fill('test');
> 45 | expect(test).toEqual('test');
| ^
46 | });
47 | };
48 |
at /__w/mono/mono/output/vue/vue3/src/components/textarea/textarea.spec.tsx:45:16
|
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/.
|
Slow Test:
output/vue/vue3/[chromium] › select/select.spec.tsx#L1
output/vue/vue3/[chromium] › select/select.spec.tsx took 1.0m
|
Slow Test:
output/vue/vue3/[mobile_chrome] › select/select.spec.tsx#L1
output/vue/vue3/[mobile_chrome] › select/select.spec.tsx took 1.0m
|
Slow Test:
output/vue/vue3/[firefox] › select/select.spec.tsx#L1
output/vue/vue3/[firefox] › select/select.spec.tsx took 1.0m
|
🎭 Playwright Run Summary
3 failed
[chromium] › input/input.spec.tsx:33:2 › DBInput › should change on input ──────────────────────
[chromium] › select/select.spec.tsx:40:2 › DBSelect › should change on select ──────────────────
[chromium] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input ─────────────
3 skipped
118 passed (1.5m)
|
🎭 Playwright Run Summary
3 failed
[mobile_chrome] › input/input.spec.tsx:33:2 › DBInput › should change on input ─────────────────
[mobile_chrome] › select/select.spec.tsx:40:2 › DBSelect › should change on select ─────────────
[mobile_chrome] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input ────────
3 skipped
118 passed (1.6m)
|
🎭 Playwright Run Summary
3 failed
[firefox] › input/input.spec.tsx:33:2 › DBInput › should change on input ───────────────────────
[firefox] › select/select.spec.tsx:40:2 › DBSelect › should change on select ───────────────────
[firefox] › textarea/textarea.spec.tsx:33:2 › DBTextarea › should change on input ──────────────
3 skipped
118 passed (2.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
__snapshots__
Expired
|
7.29 MB |
|
db-ui-components-build
Expired
|
274 KB |
|
db-ui-foundations-build
Expired
|
70.4 KB |
|
db-ui-output
Expired
|
343 KB |
|
db-ui-outputs
Expired
|
2.96 MB |
|
db-ui-showcases
Expired
|
7.96 MB |
|
vue-components-playwright-results-1
Expired
|
257 KB |
|
vue-components-playwright-results-2
Expired
|
267 KB |
|
vue-components-playwright-results-3
Expired
|
257 KB |
|