Bump the development-dependencies group across 1 directory with 22 updates #766
Annotations
2 errors, 1 warning, and 1 notice
Run Playwright tests:
e2e/topicSubmission.spec.ts#L1
1) [firefox] › topicSubmission.spec.ts:173:7 › Topic Submission › should allow to save submission drafts
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/topicSubmission.spec.ts#L181
1) [firefox] › topicSubmission.spec.ts:173:7 › Topic Submission › should allow to save submission drafts
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for frameLocator('iframe[title="BarCamp"]').getByRole('dialog', { name: 'Personal Space' }).getByRole('button', { name: 'Create new topic' }).locator('..').locator('>div').first().getByRole('textbox', { name: 'Title' }) to be visible
179 | await personalSpace.createTopic();
180 | const topicDraft = personalSpace.getTopic(0);
> 181 | await topicDraft.titleTextbox.waitFor();
| ^
182 | await topicDraft.titleTextbox.fill('Gin or rum?');
183 | await topicDraft.descriptionTextbox.fill('What do you prefer?');
184 |
at /home/runner/work/matrix-barcamp/matrix-barcamp/e2e/topicSubmission.spec.ts:181:35
|
Run Playwright tests:
[firefox] › widgetSetup.spec.ts#L1
[firefox] › widgetSetup.spec.ts took 16.0s
|
Run Playwright tests
1 flaky
[firefox] › topicSubmission.spec.ts:173:7 › Topic Submission › should allow to save submission drafts
21 skipped
7 passed (2.3m)
|
Loading