fix: service worker cache collision on same domain (#159) #133
Annotations
2 errors and 1 notice
e2e/focustrack/focustrack.e2e-spec.ts#L22
1) [react:webkit] › focustrack/focustrack.e2e-spec.ts:13:2 › Select tests › Basic navigation ─────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 1
Object {
- "activeElements": Array [
- Object {
- "tagName": "body",
- },
- ],
+ "activeElements": Array [],
"isInContainer": false,
}
20 | };
21 |
> 22 | expect(await focustrackPO.getState()).toEqual(expectedState);
| ^
23 |
24 | await focustrackPO.locatorFocusableInput.click();
25 |
at /home/runner/work/AgnosUI/AgnosUI/e2e/focustrack/focustrack.e2e-spec.ts:22:41
|
e2e/pagination/pagination.e2e-spec.ts#L89
2) [react:webkit] › pagination/pagination.e2e-spec.ts:76:2 › Pagination tests › Default features ─
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "page": 1,
+ "page": 4,
}
87 | const paginationWithBoundariesPO = new PaginationPO(page, 2);
88 | await paginationWithBoundariesPO.locatorFirstButton.click();
> 89 | expect(await paginationDemoPO.defaultPaginationDemoState()).toEqual({page: 1});
| ^
90 | expect(await paginationState(paginationWithBoundariesPO)).toEqual({
91 | ...initState,
92 | isFirstDisabled: true,
at /home/runner/work/AgnosUI/AgnosUI/e2e/pagination/pagination.e2e-spec.ts:89:63
|
|
The logs for this run have expired and are no longer available.
Loading