fix: disallow update accessEnum directly #2252
Annotations
2 errors, 2 warnings, and 1 notice
|
[chromium] βΊ playwright/e2e/results-view.spec.ts:61:2 βΊ Results view βΊ Summary tab shows submitted data:
playwright/e2e/results-view.spec.ts#L52
3) [chromium] βΊ playwright/e2e/results-view.spec.ts:61:2 βΊ Results view βΊ Summary tab shows submitted data
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: getByText('Thank you for completing the form!')
Expected: visible
Error: strict mode violation: getByText('Thank you for completing the form!') resolved to 2 elements:
1) <div data-v-8c90fafc="" aria-live="polite" class="hidden-visually">Thank you for completing the form!</div> aka getByText('Thank you for completing the').first()
2) <div id="nc-vue-87" data-v-8609a4c1="" class="empty-content__name">Thank you for completing the form!</div> aka getByLabel('Thank you for completing the').getByText('Thank you for completing the')
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Thank you for completing the form!')
50 | await submitView.checkOption('Pick colors', 'Blue')
51 | await submitView.submit()
> 52 | await expect(submitView.successMessage).toBeVisible()
| ^
53 |
54 | // Navigate to Results view via URL β the SPA route transition
55 | // from submit β results after submission causes a brief redirect loop,
at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/results-view.spec.ts:52:43
|
|
[chromium] βΊ playwright/e2e/ranking-question.spec.ts:73:2 βΊ Ranking question βΊ Required ranking blocks submit until all options are ranked:
playwright/e2e/ranking-question.spec.ts#L93
1) [chromium] βΊ playwright/e2e/ranking-question.spec.ts:73:2 βΊ Ranking question βΊ Required ranking blocks submit until all options are ranked
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: getByText('Thank you for completing the form!')
Expected: visible
Error: strict mode violation: getByText('Thank you for completing the form!') resolved to 2 elements:
1) <div data-v-8c90fafc="" aria-live="polite" class="hidden-visually">Thank you for completing the form!</div> aka getByText('Thank you for completing the').first()
2) <div id="nc-vue-82" data-v-8609a4c1="" class="empty-content__name">Thank you for completing the form!</div> aka getByLabel('Thank you for completing the').getByText('Thank you for completing the')
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Thank you for completing the form!')
91 | await submitView.rankOption('Rank snacks', 'Nuts')
92 | await submitView.submit()
> 93 | await expect(submitView.successMessage).toBeVisible()
| ^
94 | })
95 |
96 | test('Partial ranking submission is blocked by required validation', async ({
at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/ranking-question.spec.ts:93:43
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
π Playwright Run Summary
3 flaky
[chromium] βΊ playwright/e2e/ranking-question.spec.ts:73:2 βΊ Ranking question βΊ Required ranking blocks submit until all options are ranked
[chromium] βΊ playwright/e2e/required-fields.spec.ts:60:2 βΊ Required field validation βΊ Submit succeeds after filling required field
[chromium] βΊ playwright/e2e/results-view.spec.ts:61:2 βΊ Results view βΊ Summary tab shows submitted data
46 passed (12.8m)
|