chore(main): release web-components 1.4.1 #440
Annotations
10 errors, 1 warning, and 1 notice
Run tests:
src/components/data-source/data-source.spec.ts#L98
1) [chromium] › components/data-source/data-source.spec.ts:106:3 › data source › should use a custom button for local file inputs
Error: expect(locator).toHaveText(expected)
Locator: locator('.file-picker').first()
Expected string: "Browse files"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.file-picker').first()
96 | const expectedLocalFileInputText = "Browse files";
97 | await fixture.setLocalAttribute(true);
> 98 | expect(fixture.filePicker()).toHaveText(expectedLocalFileInputText);
| ^
99 | });
100 |
101 | test("should handle having no source correctly with remote files", async ({ fixture }) => {
at /home/runner/work/web-components/web-components/src/components/data-source/data-source.spec.ts:98:34
|
Run tests:
src/components/data-source/data-source.spec.ts#L1
1) [chromium] › components/data-source/data-source.spec.ts:106:3 › data source › should use a custom button for local file inputs
Error: Test ended.
Call log:
- navigating to "about:blank", waiting until "load"
|
Run tests:
src/components/data-source/data-source.spec.ts#L103
2) [chromium] › components/data-source/data-source.spec.ts:134:3 › data source › should handle changing from remote to local files
Error: expect(locator).not.toBeAttached()
Locator: locator('.file-picker').first()
Expected: not attached
Received: attached
Call log:
- expect.not.toBeAttached with timeout 5000ms
- waiting for locator('.file-picker').first()
101 | test("should handle having no source correctly with remote files", async ({ fixture }) => {
102 | await fixture.setLocalAttribute(false);
> 103 | expect(fixture.filePicker()).not.toBeAttached();
| ^
104 | });
105 |
106 | test("should use a custom button for local file inputs", async ({ fixture }) => {
at /home/runner/work/web-components/web-components/src/components/data-source/data-source.spec.ts:103:38
|
Run tests:
src/components/data-source/data-source.spec.ts#L1
2) [chromium] › components/data-source/data-source.spec.ts:134:3 › data source › should handle changing from remote to local files
Error: Test ended.
Call log:
- navigating to "about:blank", waiting until "load"
|
Run tests:
src/components/data-source/data-source.spec.ts#L139
3) [chromium] › components/decision/classification/classification.spec.ts:23:3 › Classification Component › should derive a false shortcut if only a true shortcut is provided
Error: expect(locator).toBeAttached()
Locator: locator('.file-picker').first()
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.file-picker').first()
at components/data-source/data-source.spec.ts:139
137 |
138 | await fixture.setLocalAttribute(true);
> 139 | expect(fixture.filePicker()).toBeAttached();
| ^
140 | });
141 |
142 | test.skip("should invalidate local file source when switching to a remote file", async ({ fixture }) => {
at /home/runner/work/web-components/web-components/src/components/data-source/data-source.spec.ts:139:34
|
Run tests:
src/components/decision/classification/classification.spec.ts#L1
3) [chromium] › components/decision/classification/classification.spec.ts:23:3 › Classification Component › should derive a false shortcut if only a true shortcut is provided
Error: Test ended.
Call log:
- navigating to "about:blank", waiting until "load"
|
Run tests:
src/components/data-source/data-source.spec.ts#L98
4) [firefox] › components/data-source/data-source.spec.ts:106:3 › data source › should use a custom button for local file inputs
Error: expect(locator).toHaveText(expected)
Locator: locator('.file-picker').first()
Expected string: "Browse files"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.file-picker').first()
96 | const expectedLocalFileInputText = "Browse files";
97 | await fixture.setLocalAttribute(true);
> 98 | expect(fixture.filePicker()).toHaveText(expectedLocalFileInputText);
| ^
99 | });
100 |
101 | test("should handle having no source correctly with remote files", async ({ fixture }) => {
at /home/runner/work/web-components/web-components/src/components/data-source/data-source.spec.ts:98:34
|
Run tests:
src/components/data-source/data-source.spec.ts#L1
4) [firefox] › components/data-source/data-source.spec.ts:106:3 › data source › should use a custom button for local file inputs
Error: Test ended.
Call log:
- navigating to "about:blank", waiting until "load"
|
Run tests:
src/components/data-source/data-source.spec.ts#L103
5) [firefox] › components/data-source/data-source.spec.ts:134:3 › data source › should handle changing from remote to local files
Error: expect(locator).not.toBeAttached()
Locator: locator('.file-picker').first()
Expected: not attached
Received: attached
Call log:
- expect.not.toBeAttached with timeout 5000ms
- waiting for locator('.file-picker').first()
101 | test("should handle having no source correctly with remote files", async ({ fixture }) => {
102 | await fixture.setLocalAttribute(false);
> 103 | expect(fixture.filePicker()).not.toBeAttached();
| ^
104 | });
105 |
106 | test("should use a custom button for local file inputs", async ({ fixture }) => {
at /home/runner/work/web-components/web-components/src/components/data-source/data-source.spec.ts:103:38
|
Run tests:
src/components/data-source/data-source.spec.ts#L1
5) [firefox] › components/data-source/data-source.spec.ts:134:3 › data source › should handle changing from remote to local files
Error: Test ended.
Call log:
- navigating to "about:blank", waiting until "load"
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests
9 flaky
[chromium] › components/data-source/data-source.spec.ts:106:3 › data source › should use a custom button for local file inputs
[chromium] › components/data-source/data-source.spec.ts:134:3 › data source › should handle changing from remote to local files
[chromium] › components/decision/classification/classification.spec.ts:23:3 › Classification Component › should derive a false shortcut if only a true shortcut is provided
[firefox] › components/data-source/data-source.spec.ts:106:3 › data source › should use a custom button for local file inputs
[firefox] › components/data-source/data-source.spec.ts:134:3 › data source › should handle changing from remote to local files
[firefox] › components/decision/classification/classification.spec.ts:32:3 › Classification Component › should derive a true shortcut if only a false shortcut is provided
[webkit] › components/data-source/data-source.spec.ts:106:3 › data source › should use a custom button for local file inputs
[webkit] › components/data-source/data-source.spec.ts:134:3 › data source › should handle changing from remote to local files
[webkit] › components/decision/classification/classification.spec.ts:32:3 › Classification Component › should derive a true shortcut if only a false shortcut is provided
252 skipped
405 did not run
555 passed (6.1m)
|
Loading