Feature/e2e tests workflow #776
Closed
Annotations
7 errors, 2 warnings, and 1 notice
test/e2e/tests/gatherpress-admin.spec.ts#L12
1) [chromium] › gatherpress-admin.spec.ts:9:2 › As admin login into gatherPress › The Event menu item should be preloaded after clicking Add New button
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Events', exact: true })
10 | page,
11 | }) => {
> 12 | await page.getByRole('link', { name: 'Events', exact: true }).click();
| ^
13 | // await page.screenshot({ path: 'event-page.png' });
14 |
15 | /* await page
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/gatherpress-admin.spec.ts:12:65
|
test/e2e/tests/gatherpress-admin.spec.ts#L12
1) [chromium] › gatherpress-admin.spec.ts:9:2 › As admin login into gatherPress › The Event menu item should be preloaded after clicking Add New button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Events', exact: true })
10 | page,
11 | }) => {
> 12 | await page.getByRole('link', { name: 'Events', exact: true }).click();
| ^
13 | // await page.screenshot({ path: 'event-page.png' });
14 |
15 | /* await page
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/gatherpress-admin.spec.ts:12:65
|
test/e2e/tests/gatherpress-admin.spec.ts#L12
1) [chromium] › gatherpress-admin.spec.ts:9:2 › As admin login into gatherPress › The Event menu item should be preloaded after clicking Add New button
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Events', exact: true })
10 | page,
11 | }) => {
> 12 | await page.getByRole('link', { name: 'Events', exact: true }).click();
| ^
13 | // await page.screenshot({ path: 'event-page.png' });
14 |
15 | /* await page
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/gatherpress-admin.spec.ts:12:65
|
test/e2e/tests/gatherpress-event-loggedIn.spec.ts#L23
2) [chromium] › gatherpress-event-loggedIn.spec.ts:8:2 › e2e test for publish event through admin side › 01-the user should be able to publish an online event
TimeoutError: locator.selectOption: Timeout 10000ms exceeded.
Call log:
- waiting for getByLabel('Venue Selector')
- locator resolved to <select id="inspector-select-control-1" class="components-select-control__input css-l4hgcf e1mv6sxx2">…</select>
- attempting select option action
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #1
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #2
- waiting 20ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #3
- waiting 100ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #4
- waiting 100ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #5
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #6
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #7
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #8
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #9
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #10
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #11
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #12
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #13
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #14
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #15
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #16
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #17
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #18
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #19
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #20
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #21
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #22
|
test/e2e/tests/gatherpress-event-loggedIn.spec.ts#L23
2) [chromium] › gatherpress-event-loggedIn.spec.ts:8:2 › e2e test for publish event through admin side › 01-the user should be able to publish an online event
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.selectOption: Timeout 10000ms exceeded.
Call log:
- waiting for getByLabel('Venue Selector')
21 | await page.getByRole('button', { name: 'Event settings' }).click();
22 |
> 23 | await page.getByLabel('Venue Selector').selectOption('58:online-event'); // !!!!!!!!!!!!!!!!!!!!!!!!!!!!! 58 doesn't exist
| ^
24 | const currentDate = new Date().toISOString().split('T')[0]; // format YYYY-MM-DD
25 | const eventTitle = await page
26 | .getByLabel('Add title')
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/gatherpress-event-loggedIn.spec.ts:23:43
|
test/e2e/tests/gatherpress-event-loggedIn.spec.ts#L23
2) [chromium] › gatherpress-event-loggedIn.spec.ts:8:2 › e2e test for publish event through admin side › 01-the user should be able to publish an online event
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.selectOption: Timeout 10000ms exceeded.
Call log:
- waiting for getByLabel('Venue Selector')
- locator resolved to <select id="inspector-select-control-1" class="components-select-control__input css-l4hgcf e1mv6sxx2">…</select>
- attempting select option action
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #1
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #2
- waiting 20ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #3
- waiting 100ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #4
- waiting 100ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #5
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #6
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #7
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #8
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #9
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #10
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #11
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #12
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #13
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #14
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #15
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #16
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #17
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #18
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #19
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #20
- waiting 500ms
- waiting for element to be visible and enabled
- did not find some options
- retrying select option action, attempt #21
- waiting 500ms
- waiting for element to be visible and
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results-matrix-less-debugging".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
2 failed
[chromium] › gatherpress-admin.spec.ts:9:2 › As admin login into gatherPress › The Event menu item should be preloaded after clicking Add New button
[chromium] › gatherpress-event-loggedIn.spec.ts:8:2 › e2e test for publish event through admin side › 01-the user should be able to publish an online event
3 passed (1.4m)
|
This job failed
Loading