feat: image and video blocks #2588
Annotations
3 errors, 2 warnings, and 1 notice
|
[chromium] › playwright/e2e/question-editing.spec.ts:43:2 › Question editing lifecycle › Edit question title and description:
playwright/e2e/question-editing.spec.ts#L49
3) [chromium] › playwright/e2e/question-editing.spec.ts:43:2 › Question editing lifecycle › Edit question title and description
TypeError: Cannot read properties of undefined (reading 'fillTitle')
47 | const question = questions[0]
48 |
> 49 | await question.fillTitle('What is your name?')
| ^
50 | await expect(question.titleInput).toHaveValue('What is your name?')
51 |
52 | await question.fillDescription('Please enter your full name')
at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/question-editing.spec.ts:49:18
|
|
[chromium] › playwright/e2e/question-editing.spec.ts:34:3 › Question editing lifecycle › Add a Checkboxes question:
playwright/e2e/question-editing.spec.ts#L38
2) [chromium] › playwright/e2e/question-editing.spec.ts:34:3 › Question editing lifecycle › Add a Checkboxes question
Error: expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
36 |
37 | const questions = await form.getQuestions()
> 38 | expect(questions).toHaveLength(1)
| ^
39 | await expect(questions[0].titleInput).toBeVisible()
40 | })
41 | }
at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/question-editing.spec.ts:38:22
|
|
[chromium] › playwright/e2e/a11y-question-inputs.spec.ts:96:2 › Accessibility: aria attributes on question inputs › Long answer with description has aria-labelledby and aria-describedby:
playwright/e2e/a11y-question-inputs.spec.ts#L107
1) [chromium] › playwright/e2e/a11y-question-inputs.spec.ts:96:2 › Accessibility: aria attributes on question inputs › Long answer with description has aria-labelledby and aria-describedby
TypeError: Cannot read properties of undefined (reading 'fillTitle')
105 | await form.addQuestion(QuestionType.LongAnswer)
106 | const questions = await form.getQuestions()
> 107 | await questions[0].fillTitle('My long question')
| ^
108 | await questions[0].fillDescription('Please elaborate')
109 |
110 | await topBar.toggleView(FormsView.View)
at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/a11y-question-inputs.spec.ts:107:22
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4. 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/a11y-question-inputs.spec.ts:96:2 › Accessibility: aria attributes on question inputs › Long answer with description has aria-labelledby and aria-describedby
[chromium] › playwright/e2e/question-editing.spec.ts:34:3 › Question editing lifecycle › Add a Checkboxes question
[chromium] › playwright/e2e/question-editing.spec.ts:43:2 › Question editing lifecycle › Edit question title and description
47 passed (8.1m)
|