Skip to content

feat: add link to Twitter AgnosUI account #37

feat: add link to Twitter AgnosUI account

feat: add link to Twitter AgnosUI account #37

Triggered via pull request July 28, 2023 14:08
Status Success
Total duration 5m 52s
Artifacts

ci.yml

on: pull_request
Matrix: e2e-tests / e2e-tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 notices
[react:webkit] › pagination/pagination.e2e-spec.ts:46:2 › Pagination tests › Config features: e2e/pagination/pagination.e2e-spec.ts#L64
1) [react:webkit] › pagination/pagination.e2e-spec.ts:46:2 › Pagination tests › Config features ── Error: expect(received).toEqual(expected) // deep equality - Expected - 3 + Received + 0 @@ -1,12 +1,9 @@ Object { "disabled": null, "pages": Array [ "1(current)", - "2", - "3", - "4", ], "rootClasses": Array [ "au-pagination", "pagination", ], 62 | await paginationDemoPO.locatorBtnConfigCollectionSize('40').click(); 63 | expectedState = {...expectedState, pages: ['1(current)', '2', '3', '4']}; > 64 | expect(await paginationState(paginationPO)).toEqual(expectedState); | ^ 65 | await paginationPO.locatorNthPage(4).click(); 66 | expectedState = {...expectedState, pages: ['1', '2', '3', '4(current)']}; 67 | expect(await paginationState(paginationPO)).toEqual(expectedState); at /home/runner/work/AgnosUI/AgnosUI/e2e/pagination/pagination.e2e-spec.ts:64:47
[react:webkit] › rating/rating.e2e-spec.ts:170:2 › Rating tests › Config: e2e/rating/rating.e2e-spec.ts#L214
2) [react:webkit] › rating/rating.e2e-spec.ts:170:2 › Rating tests › Config ────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 20 + Received + 20 @@ -68,29 +68,29 @@ "rootClasses": Array [ "d-inline-flex", "au-rating", ], "stars": Array [ - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", - "♥♥", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", + "*", ], "text": "3 out of 20", "value": "3", } 212 | stars: createArray(20, '♥♥'), 213 | }; > 214 | expect(await ratingPO.state()).toEqual(expectedState); | ^ 215 | 216 | await ratingDemoPO.locatorBtnConfigClassName('fs-1').click(); 217 | expectedState = { at /home/runner/work/AgnosUI/AgnosUI/e2e/rating/rating.e2e-spec.ts:214:34
[react:webkit] › samplesMarkup.e2e-spec.ts:11:7 › Samples markup consistency check › alert/generic should have a consistent markup: e2e/samplesMarkup.e2e-spec.ts#L15
1) [react:webkit] › samplesMarkup.e2e-spec.ts:11:7 › Samples markup consistency check › alert/generic should have a consistent markup Error: Snapshot comparison failed: <body> <div id="root" > <div class="container p-3" > <div class="alert alert-primary au-alert d-flex show w-100" role="alert" > <div class="alert-body" > "Simple primary alert" </div> <button aria-label="Close" class="btn-close ms-auto" type="button" /> </div> <div class="alert alert-secondary au-alert d-flex show w-100" role="alert" > <div class="alert-body" > "Simple secondary alert" </div> <button aria-label="Close" class="btn-close ms-auto" type="button" /> </div> <div class="alert alert-success au-alert d-flex show w-100" role="alert" > <div class="alert-body" > "Simple success alert" </div> <button aria-label="Close" class="btn-close ms-auto" type="button" /> </div> <div class="alert alert-danger au-alert d-flex show w-100" role="alert" > <div class="alert-body" > "Simple danger alert" </div> <button aria-label="Close" class="btn-close ms-auto" type="button" /> </div> <div class="alert alert-warning au-alert d-flex show w-100" role="alert" > <div class="alert-body" > "Simple warning alert" </div> <button aria-label="Close" class="btn-close ms-auto" type="button" /> </div> <div class="alert alert-info au-alert d-flex show w-100" role="alert" > <div class="alert-body" > "Simple info alert" </div> <button aria-label="Close" class="btn-close ms-auto" type="button" /> </div> <div class="alert alert-light au-alert d-flex show w-100" role="alert" > <div class="alert-body" > "Simple light alert" </div> <button aria-label="Close" class="btn-close ms-auto" type="button" /> </div> <div class="alert alert-dark au-alert d-flex show w-100" role="alert" > <div class="alert-body" > "Simple dark alert" </div> <button aria-label="Close" class="btn-close ms-auto" type="button" /> </div> </div> </div> </body> Expected: /home/runner/work/AgnosUI/AgnosUI/test-results/samplesMarkup.e2e-spec.ts-Samples-markup-consi-224ce-k-alert-generic-should-have-a-consistent-markup-react-webkit/alert-generic-expected.html Received: /home/runner/work/AgnosUI/AgnosUI/test-results/samplesMarkup.e2e-spec.ts-Samples-markup-consi-224ce-k-alert-generic-should-have-a-consistent-markup-react-webkit/alert-generic-actual.html 13 | await page.goto(`#/${route}`); 14 | await page.waitForSelector('.fade', {state: 'detached'}); // wait for fade transitions to be finished > 15 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${route}.html`); | ^ 16 | }); 17 | } 18 | }); at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.e2e-spec.ts:15:53
🎭 Playwright Run Summary
1 skipped 40 passed (59.6s)
🎭 Playwright Run Summary
41 passed (1.0m)
🎭 Playwright Run Summary
1 skipped 40 passed (45.6s)
🎭 Playwright Run Summary
1 skipped 39 passed (1.2m)
🎭 Playwright Run Summary
1 skipped 40 passed (1.2m)
🎭 Playwright Run Summary
2 flaky [react:webkit] › pagination/pagination.e2e-spec.ts:46:2 › Pagination tests › Config features ─── [react:webkit] › rating/rating.e2e-spec.ts:170:2 › Rating tests › Config ─────────────────────── 1 skipped 38 passed (1.2m)
🎭 Playwright Run Summary
1 flaky [react:webkit] › samplesMarkup.e2e-spec.ts:11:7 › Samples markup consistency check › alert/generic should have a consistent markup 1 skipped 38 passed (1.0m)
🎭 Playwright Run Summary
1 skipped 40 passed (51.0s)
🎭 Playwright Run Summary
1 skipped 39 passed (1.2m)
🎭 Playwright Run Summary
1 skipped 39 passed (56.7s)