Skip to content

feat: add link to Twitter AgnosUI account (#24) #38

feat: add link to Twitter AgnosUI account (#24)

feat: add link to Twitter AgnosUI account (#24) #38

Triggered via push July 28, 2023 14:27
Status Success
Total duration 5m 33s
Artifacts

ci.yml

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

Annotations

2 errors and 10 notices
[react:webkit] › rating/rating.e2e-spec.ts:17:2 › Rating tests › Basic features: e2e/rating/rating.e2e-spec.ts#L69
1) [react:webkit] › rating/rating.e2e-spec.ts:17:2 › Rating tests › Basic features › click interactions Error: expect(received).toEqual(expected) // deep equality - Expected - 7 + Received + 7 @@ -38,19 +38,19 @@ "rootClasses": Array [ "d-inline-flex", "au-rating", ], "stars": Array [ - "☆", - "☆", - "☆", - "☆", - "☆", + "★", + "★", + "★", + "★", + "★", "☆", "☆", "☆", "☆", "☆", ], - "text": "0 out of 10", - "value": "0", + "text": "5 out of 10", + "value": "5", } 67 | stars: ['☆', '☆', '☆', '☆', '☆', '☆', '☆', '☆', '☆', '☆'], 68 | }; > 69 | expect(await ratingPO.state()).toEqual(expectedState); | ^ 70 | expect(await ratingDemoPO.defaultRatingDemoState()).toEqual({rating: 0, hovered: 5, left: 5}); 71 | }); 72 | await test.step('keyboard interactions', async () => { at /home/runner/work/AgnosUI/AgnosUI/e2e/rating/rating.e2e-spec.ts:69:35 at /home/runner/work/AgnosUI/AgnosUI/e2e/rating/rating.e2e-spec.ts:24:3
[react:webkit] › select/select.e2e-spec.ts:71:2 › Select tests › Config: e2e/select/select.e2e-spec.ts#L87
1) [react:webkit] › select/select.e2e-spec.ts:71:2 › Select tests › Config ─────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Object { "badges": Array [], "isOpen": false, "list": Array [], - "text": "other value", + "text": "initial value", } 85 | expectedState.text = 'other value'; 86 | await selectConfigPO.locatorFilterTextInput.fill(expectedState.text); > 87 | expect(await selectPO.state()).toEqual(expectedState); | ^ 88 | 89 | expectedState.text = 'test'; 90 | await selectPO.locatorInput.fill(expectedState.text); at /home/runner/work/AgnosUI/AgnosUI/e2e/select/select.e2e-spec.ts:87:34
🎭 Playwright Run Summary
1 skipped 40 passed (35.4s)
🎭 Playwright Run Summary
1 skipped 40 passed (48.7s)
🎭 Playwright Run Summary
1 flaky [react:webkit] › rating/rating.e2e-spec.ts:17:2 › Rating tests › Basic features ──────────────── 1 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
1 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
1 skipped 39 passed (51.8s)
🎭 Playwright Run Summary
41 passed (57.3s)
🎭 Playwright Run Summary
1 flaky [react:webkit] › select/select.e2e-spec.ts:71:2 › Select tests › Config ──────────────────────── 1 skipped 38 passed (1.0m)
🎭 Playwright Run Summary
1 skipped 40 passed (1.1m)
🎭 Playwright Run Summary
1 skipped 40 passed (1.3m)
🎭 Playwright Run Summary
1 skipped 39 passed (1.3m)