refactor: tour machine #5268
Triggered via pull request
September 26, 2024 20:13
Status
Failure
Total duration
5m 40s
Artifacts
–
Annotations
10 errors, 15 warnings, and 11 notices
tour.e2e.ts:12:7 › tour › should open tour on click start:
e2e/models/tour.model.ts#L68
1) tour.e2e.ts:12:7 › tour › should open tour on click start ─────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at models/tour.model.ts:68
66 |
67 | async seeContentIsCentered() {
> 68 | return expect(await this.isContentCentered()).toBeTruthy()
| ^
69 | }
70 |
71 | async seeContent() {
at TourModel.seeContentIsCentered (/home/runner/work/zag/zag/e2e/models/tour.model.ts:68:51)
at /home/runner/work/zag/zag/e2e/tour.e2e.ts:16:5
|
tour.e2e.ts:12:7 › tour › should open tour on click start:
e2e/models/tour.model.ts#L68
1) tour.e2e.ts:12:7 › tour › should open tour on click start ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at models/tour.model.ts:68
66 |
67 | async seeContentIsCentered() {
> 68 | return expect(await this.isContentCentered()).toBeTruthy()
| ^
69 | }
70 |
71 | async seeContent() {
at TourModel.seeContentIsCentered (/home/runner/work/zag/zag/e2e/models/tour.model.ts:68:51)
at /home/runner/work/zag/zag/e2e/tour.e2e.ts:16:5
|
tour.e2e.ts:12:7 › tour › should open tour on click start:
e2e/models/tour.model.ts#L68
1) tour.e2e.ts:12:7 › tour › should open tour on click start ─────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at models/tour.model.ts:68
66 |
67 | async seeContentIsCentered() {
> 68 | return expect(await this.isContentCentered()).toBeTruthy()
| ^
69 | }
70 |
71 | async seeContent() {
at TourModel.seeContentIsCentered (/home/runner/work/zag/zag/e2e/models/tour.model.ts:68:51)
at /home/runner/work/zag/zag/e2e/tour.e2e.ts:16:5
|
tour.e2e.ts:33:7 › tour › keyboard navigation:
e2e/models/tour.model.ts#L68
2) tour.e2e.ts:33:7 › tour › keyboard navigation ─────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at models/tour.model.ts:68
66 |
67 | async seeContentIsCentered() {
> 68 | return expect(await this.isContentCentered()).toBeTruthy()
| ^
69 | }
70 |
71 | async seeContent() {
at TourModel.seeContentIsCentered (/home/runner/work/zag/zag/e2e/models/tour.model.ts:68:51)
at /home/runner/work/zag/zag/e2e/tour.e2e.ts:35:5
|
tour.e2e.ts:33:7 › tour › keyboard navigation:
e2e/models/tour.model.ts#L68
2) tour.e2e.ts:33:7 › tour › keyboard navigation ─────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at models/tour.model.ts:68
66 |
67 | async seeContentIsCentered() {
> 68 | return expect(await this.isContentCentered()).toBeTruthy()
| ^
69 | }
70 |
71 | async seeContent() {
at TourModel.seeContentIsCentered (/home/runner/work/zag/zag/e2e/models/tour.model.ts:68:51)
at /home/runner/work/zag/zag/e2e/tour.e2e.ts:35:5
|
tour.e2e.ts:33:7 › tour › keyboard navigation:
e2e/models/tour.model.ts#L68
2) tour.e2e.ts:33:7 › tour › keyboard navigation ─────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at models/tour.model.ts:68
66 |
67 | async seeContentIsCentered() {
> 68 | return expect(await this.isContentCentered()).toBeTruthy()
| ^
69 | }
70 |
71 | async seeContent() {
at TourModel.seeContentIsCentered (/home/runner/work/zag/zag/e2e/models/tour.model.ts:68:51)
at /home/runner/work/zag/zag/e2e/tour.e2e.ts:35:5
|
tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance:
e2e/tour.e2e.ts#L1
3) tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance ──────────────────────
Test timeout of 30000ms exceeded.
|
tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance:
e2e/_utils.ts#L29
3) tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance ──────────────────────
Error: locator.uncheck: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid=keyboardNavigation]')
- locator resolved to <input checked type="checkbox" id="keyboardNavigation" data-testid="keyboardNavigation"/>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #22
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, a
|
tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance:
e2e/tour.e2e.ts#L1
3) tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance:
e2e/_utils.ts#L29
3) tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.uncheck: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid=keyboardNavigation]')
- locator resolved to <input checked type="checkbox" id="keyboardNavigation" data-testid="keyboardNavigation"/>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #22
- waiting 500ms
- waiting for eleme
|
ESLint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (12)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
TypeScript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (7)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end Tests (11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
11 skipped
16 passed (29.2s)
|
🎭 Playwright Run Summary
1 skipped
22 passed (33.8s)
|
🎭 Playwright Run Summary
21 passed (42.6s)
|
🎭 Playwright Run Summary
1 skipped
26 passed (40.5s)
|
🎭 Playwright Run Summary
28 passed (40.8s)
|
🎭 Playwright Run Summary
24 passed (39.8s)
|
🎭 Playwright Run Summary
1 skipped
30 passed (50.8s)
|
🎭 Playwright Run Summary
2 skipped
29 passed (44.4s)
|
🎭 Playwright Run Summary
1 skipped
32 passed (45.9s)
|
🎭 Playwright Run Summary
1 skipped
43 passed (1.1m)
|
🎭 Playwright Run Summary
4 failed
tour.e2e.ts:12:7 › tour › should open tour on click start ──────────────────────────────────────
tour.e2e.ts:33:7 › tour › keyboard navigation ──────────────────────────────────────────────────
tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance ───────────────────────
tour.e2e.ts:85:7 › tour › [preventInteraction=false] should allow interacting with target ──────
2 skipped
21 passed (4.4m)
|