chore(main): release web-components 0.2.0 #292
Annotations
11 errors and 1 notice
The run was canceled by @hudson-newey.
|
src\components\data-source\data-source.spec.ts#L133
1) [chromium] › components\data-source\data-source.spec.ts:136:3 › data source › should use a custom button for local file inputs
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()
131 | test("should handle having no source correctly with remote files", async ({ fixture }) => {
132 | await fixture.setLocalAttribute(false);
> 133 | expect(fixture.filePicker()).not.toBeAttached();
| ^
134 | });
135 |
136 | test("should use a custom button for local file inputs", async ({ fixture }) => {
at D:\a\web-components\web-components\src\components\data-source\data-source.spec.ts:133:38
|
src\components\data-source\data-source.spec.ts#L1
1) [chromium] › components\data-source\data-source.spec.ts:136:3 › data source › should use a custom button for local file inputs
Error: Test ended.
Call log:
- navigating to "about:blank", waiting until "load"
|
src\components\data-source\data-source.spec.ts#L128
2) [chromium] › components\data-source\data-source.spec.ts:164:3 › data source › should handle changing from remote to local files
Error: expect(locator).toHaveText(expected)
Locator: locator('.file-picker').first()
Expected string: "Browse files"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.file-picker').first()
126 | const expectedLocalFileInputText = "Browse files";
127 | await fixture.setLocalAttribute(true);
> 128 | expect(fixture.filePicker()).toHaveText(expectedLocalFileInputText);
| ^
129 | });
130 |
131 | test("should handle having no source correctly with remote files", async ({ fixture }) => {
at D:\a\web-components\web-components\src\components\data-source\data-source.spec.ts:128:34
|
src\components\data-source\data-source.spec.ts#L1
2) [chromium] › components\data-source\data-source.spec.ts:164:3 › data source › should handle changing from remote to local files
Error: Test ended.
Call log:
- navigating to "about:blank", waiting until "load"
|
src\components\data-source\data-source.spec.ts#L169
3) [chromium] › components\decision\classification\classification.spec.ts:22: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:169
167 |
168 | await fixture.setLocalAttribute(true);
> 169 | expect(fixture.filePicker()).toBeAttached();
| ^
170 | });
171 |
172 | test.skip("should invalidate local file source when switching to a remote file", async ({ fixture }) => {
at D:\a\web-components\web-components\src\components\data-source\data-source.spec.ts:169:34
|
src\components\decision\classification\classification.spec.ts#L1
3) [chromium] › components\decision\classification\classification.spec.ts:22: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"
|
src\tests\verification-grid\verification-grid.e2e.spec.ts#L123
4) [chromium] › tests\verification-grid\verification-grid.e2e.spec.ts:136:7 › single verification grid › changing attributes › changing the grid size › should not allow a grid size that is a string
Error: expect(locator).toBeHidden()
Locator: locator('#dialog-preference').first()
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for locator('#dialog-preference').first()
121 |
122 | test("should not have an option to now show the help dialog again", async ({ fixture }) => {
> 123 | expect(fixture.helpDialogPreference()).toBeHidden();
| ^
124 | });
125 | });
126 |
at D:\a\web-components\web-components\src\tests\verification-grid\verification-grid.e2e.spec.ts:123:46
|
src\tests\verification-grid\verification-grid.e2e.spec.ts#L1
4) [chromium] › tests\verification-grid\verification-grid.e2e.spec.ts:136:7 › single verification grid › changing attributes › changing the grid size › should not allow a grid size that is a string
Error: Test ended.
Call log:
- navigating to "about:blank", waiting until "load"
|
src\tests\verification-grid\verification-grid.e2e.spec.ts#L536
5) [chromium] › tests\verification-grid\verification-grid.e2e.spec.ts:546:5 › single verification grid › pagination › should start viewing history when the previous page button is clicked
Error: expect(locator).not.toBeVisible()
Locator: getByTestId('continue-verifying-button').first()
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for getByTestId('continue-verifying-button').first()
534 |
535 | test("should hide the 'Continue Verifying' button when not viewing history", async ({ fixture }) => {
> 536 | expect(fixture.continueVerifyingButton()).not.toBeVisible();
| ^
537 | });
538 |
539 | test("should show the 'Continue Verifying' button when viewing history", async ({ fixture }) => {
at D:\a\web-components\web-components\src\tests\verification-grid\verification-grid.e2e.spec.ts:536:53
|
src\tests\verification-grid\verification-grid.e2e.spec.ts#L1
5) [chromium] › tests\verification-grid\verification-grid.e2e.spec.ts:546:5 › single verification grid › pagination › should start viewing history when the previous page button is clicked
Error: Test ended.
Call log:
- navigating to "about:blank", waiting until "load"
|
2 interrupted
[firefox] › tests\verification-grid\verification-grid.e2e.spec.ts:939:5 › single verification grid › grid sizes › should have the correct grid index after increasing grid size
[firefox] › tests\verification-grid\verification-grid.e2e.spec.ts:956:5 › single verification grid › grid sizes › should not page any items when increasing and decreasing the grid size
12 flaky
[chromium] › components\data-source\data-source.spec.ts:136:3 › data source › should use a custom button for local file inputs
[chromium] › components\data-source\data-source.spec.ts:164:3 › data source › should handle changing from remote to local files
[chromium] › components\decision\classification\classification.spec.ts:22:3 › Classification Component › should derive a false shortcut if only a true shortcut is provided
[chromium] › tests\verification-grid\verification-grid.e2e.spec.ts:136:7 › single verification grid › changing attributes › changing the grid size › should not allow a grid size that is a string
[chromium] › tests\verification-grid\verification-grid.e2e.spec.ts:546:5 › single verification grid › pagination › should start viewing history when the previous page button is clicked
[chromium] › tests\verification-grid\verification-grid.e2e.spec.ts:631:7 › single verification grid › sub-selection › tablet selection mode › should add negative a range of tiles to a selection if ctrl + shift is held
[chromium] › tests\verification-grid\verification-grid.e2e.spec.ts:1279:5 › decision meter › mixed classification and verification tasks › should have the correct tooltips when decisions are made
[firefox] › components\data-source\data-source.spec.ts:131:3 › data source › should handle having no source correctly with remote files
[firefox] › components\data-source\data-source.spec.ts:164:3 › data source › should handle changing from remote to local files
[firefox] › components\decision\classification\classification.spec.ts:10:3 › Classification Component › should display the correct shortcuts if both true and false shortcuts are provided
[firefox] › tests\verification-grid\verification-grid.e2e.spec.ts:152:7 › single verification grid › changing attributes › changing the grid size › should not allow a grid size that is a negative number
[firefox] › tests\verification-grid\verification-grid.e2e.spec.ts:546:5 › single verification grid › pagination › should start viewing history when the previous page button is clicked
179 skipped
366 did not run
416 passed (14.3m)
|
This job was cancelled
Loading