CI use Node version from package.json (#379) #802
Annotations
3 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
locator.waitFor: Target closed
=========================== logs ===========================
waiting for frameLocator('iframe[title="BarCamp"]').getByRole('dialog', { name: 'Personal Space' }).getByRole('button', { name: 'Create new topic' }).locator('xpath=..').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:
e2e/topicSubmission.spec.ts#L1
1) [firefox] › topicSubmission.spec.ts:173:7 › Topic Submission › should allow to save submission drafts
Pending operations:
- locator.waitFor at e2e/topicSubmission.spec.ts:181:35
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests
1 flaky
[firefox] › topicSubmission.spec.ts:173:7 › Topic Submission › should allow to save submission drafts
21 skipped
7 passed (2.4m)
|
Loading