Bump the development-dependencies group across 1 directory with 22 updates #758
ci.yml
on: pull_request
Matrix: e2e
Build
1m 3s
Deploy to Dev
0s
Annotations
6 errors, 3 warnings, and 2 notices
e2e (webkit)
Process completed with exit code 1.
|
Build
Process completed with exit code 1.
|
[firefox] › topicSubmission.spec.ts:148:7 › Topic Submission › should allow editing and deleting topic drafts:
e2e/topicSubmission.spec.ts#L1
1) [firefox] › topicSubmission.spec.ts:148:7 › Topic Submission › should allow editing and deleting topic drafts
Test timeout of 30000ms exceeded.
|
[firefox] › topicSubmission.spec.ts:148:7 › Topic Submission › should allow editing and deleting topic drafts:
e2e/topicSubmission.spec.ts#L154
1) [firefox] › topicSubmission.spec.ts:148:7 › Topic Submission › should allow editing and deleting topic 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
152 | await personalSpace.createTopic();
153 | const topic0 = personalSpace.getTopic(0);
> 154 | await topic0.titleTextbox.waitFor();
| ^
155 | await topic0.titleTextbox.fill('Gin or rum?');
156 | await topic0.descriptionTextbox.fill('What do you prefer?');
157 |
at /home/runner/work/matrix-barcamp/matrix-barcamp/e2e/topicSubmission.spec.ts:154:31
|
[firefox] › topicSubmission.spec.ts:173:7 › Topic Submission › should allow to save submission drafts:
e2e/topicSubmission.spec.ts#L1
2) [firefox] › topicSubmission.spec.ts:173:7 › Topic Submission › should allow to save submission drafts
Test timeout of 30000ms exceeded.
|
[firefox] › topicSubmission.spec.ts:173:7 › Topic Submission › should allow to save submission drafts:
e2e/topicSubmission.spec.ts#L181
2) [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
|
e2e (webkit)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Slow Test:
[chromium] › topicSubmission.spec.ts#L1
[chromium] › topicSubmission.spec.ts took 1.0m
|
Slow Test:
[firefox] › widgetSetup.spec.ts#L1
[firefox] › widgetSetup.spec.ts took 16.0s
|
🎭 Playwright Run Summary
21 skipped
8 passed (1.5m)
|
🎭 Playwright Run Summary
2 flaky
[firefox] › topicSubmission.spec.ts:148:7 › Topic Submission › should allow editing and deleting topic drafts
[firefox] › topicSubmission.spec.ts:173:7 › Topic Submission › should allow to save submission drafts
21 skipped
6 passed (3.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-chromium
Expired
|
196 KB |
|
playwright-report-firefox
Expired
|
15.5 MB |
|