HTML snapshot test for all samples for consistency in the markup #32
Annotations
1 error and 1 notice
e2e/pagination/pagination.e2e-spec.ts#L58
1) [react:webkit] › pagination/pagination.e2e-spec.ts:46:2 › Pagination tests › Config features ──
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
@@ -1,7 +1,7 @@
Object {
- "disabled": "true",
+ "disabled": null,
"pages": Array [
"1(current)",
],
"rootClasses": Array [
"au-pagination",
56 | await paginationDemoPO.locatorBtnConfigDisabled('true').click();
57 | expectedState = {...expectedState, disabled: 'true'};
> 58 | expect(await paginationState(paginationPO)).toEqual(expectedState);
| ^
59 | await paginationDemoPO.locatorBtnConfigDisabled('false').click();
60 | expectedState = {...expectedState, disabled: null};
61 | expect(await paginationState(paginationPO)).toEqual(expectedState);
at /home/runner/work/AgnosUI/AgnosUI/e2e/pagination/pagination.e2e-spec.ts:58:47
|
|
The logs for this run have expired and are no longer available.
Loading