feat: add link to Twitter AgnosUI account #36
Annotations
1 error and 1 notice
e2e/pagination/pagination.e2e-spec.ts#L61
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": null,
+ "disabled": "true",
"pages": Array [
"1(current)",
],
"rootClasses": Array [
"au-pagination",
59 | await paginationDemoPO.locatorBtnConfigDisabled('false').click();
60 | expectedState = {...expectedState, disabled: null};
> 61 | expect(await paginationState(paginationPO)).toEqual(expectedState);
| ^
62 | await paginationDemoPO.locatorBtnConfigCollectionSize('40').click();
63 | expectedState = {...expectedState, pages: ['1(current)', '2', '3', '4']};
64 | expect(await paginationState(paginationPO)).toEqual(expectedState);
at /home/runner/work/AgnosUI/AgnosUI/e2e/pagination/pagination.e2e-spec.ts:61:47
|
|
The logs for this run have expired and are no longer available.
Loading