Chore(deps): Bump @nextcloud/auth from 2.5.3 to 2.6.0 #1930
Annotations
1 error, 1 warning, 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
1) [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
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/question-editing.spec.ts:43:2 › Question editing lifecycle › Edit question title and description
42 passed (4.6m)
|