Locate tooltip buttons with CSS instead of role, wait longer for subm… #6
test-in-app-tutorials.yml
on: push
test-in-app-tutorials
18m 21s
Annotations
2 errors, 1 warning, and 1 notice
|
test-in-app-tutorials
Process completed with exit code 1.
|
|
e2e/in-app-tutorials.spec.js:39:3 › in-app tutorial: coopPlatformer:
e2e/lib/tutorialPlayer.js#L574
1) e2e/in-app-tutorials.spec.js:39:3 › in-app tutorial: coopPlatformer ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TutorialStepError: Tutorial "coopPlatformer" is broken at step 22 (highlighted element: #toolbar-preview-split-menu-button, trigger: {"previewLaunched":true}). The action was performed but the tutorial did not advance. Page state: {"hasErrorBoundary":false,"openDialogsCount":0,"highlightedElementExists":true,"tooltipText":"100%Quit tutorialWe're done! Let's test our game in multiple previews to emulate two online players!\nClick on the down a","avatarDisplayed":true}.
at lib/tutorialPlayer.js:574
572 | }, state.elementToHighlightId || null)
573 | .catch(() => null);
> 574 | throw new TutorialStepError(
| ^
575 | `Tutorial "${tutorial.id}" is broken at step ${state.stepIndex} ` +
576 | `(highlighted element: ${state.elementToHighlightId || 'none'}, ` +
577 | `trigger: ${JSON.stringify(step.nextStepTrigger || {})})` +
at playTutorial (/home/runner/work/GDevelop-tutorials/GDevelop-tutorials/e2e/lib/tutorialPlayer.js:574:13)
at /home/runner/work/GDevelop-tutorials/GDevelop-tutorials/e2e/in-app-tutorials.spec.js:46:5
|
|
test-in-app-tutorials
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 failed
e2e/in-app-tutorials.spec.js:39:3 › in-app tutorial: coopPlatformer ────────────────────────────
11 passed (15.0m)
|