NEW e2e environment using playground cli #307
Annotations
7 errors, 1 warning, and 1 notice
Starting Playground, staring Playwright & running the tests:
test/e2e/tests/editor/events.spec.ts#L13
1) [chromium] › editor/events.spec.ts:43:2 › Events in the Editor › An admin should be able to publish an online event
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Block: Event Date').locator('div').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Block: Event Date').locator('div').first()
11 | .locator('div')
12 | .first();
> 13 | await expect( eventDateBlock ).toBeVisible();
| ^
14 | const eventDateHeading = await page.getByRole('heading', { name: 'Date & time' });
15 | await expect( eventDateHeading ).toBeVisible();
16 |
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/editor/events.spec.ts:13:34
|
Starting Playground, staring Playwright & running the tests:
test/e2e/tests/editor/events.spec.ts#L13
2) [chromium] › editor/events.spec.ts:52:2 › Events in the Editor › An admin should be able to publish an offline event
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Block: Event Date').locator('div').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Block: Event Date').locator('div').first()
11 | .locator('div')
12 | .first();
> 13 | await expect( eventDateBlock ).toBeVisible();
| ^
14 | const eventDateHeading = await page.getByRole('heading', { name: 'Date & time' });
15 | await expect( eventDateHeading ).toBeVisible();
16 |
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/editor/events.spec.ts:13:34
|
Starting Playground, staring Playwright & running the tests:
test/e2e/tests/editor/events.spec.ts#L13
3) [firefox] › editor/events.spec.ts:43:2 › Events in the Editor › An admin should be able to publish an online event
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Block: Event Date').locator('div').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Block: Event Date').locator('div').first()
11 | .locator('div')
12 | .first();
> 13 | await expect( eventDateBlock ).toBeVisible();
| ^
14 | const eventDateHeading = await page.getByRole('heading', { name: 'Date & time' });
15 | await expect( eventDateHeading ).toBeVisible();
16 |
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/editor/events.spec.ts:13:34
|
Starting Playground, staring Playwright & running the tests:
test/e2e/tests/editor/events.spec.ts#L13
4) [firefox] › editor/events.spec.ts:52:2 › Events in the Editor › An admin should be able to publish an offline event
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Block: Event Date').locator('div').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Block: Event Date').locator('div').first()
11 | .locator('div')
12 | .first();
> 13 | await expect( eventDateBlock ).toBeVisible();
| ^
14 | const eventDateHeading = await page.getByRole('heading', { name: 'Date & time' });
15 | await expect( eventDateHeading ).toBeVisible();
16 |
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/editor/events.spec.ts:13:34
|
Starting Playground, staring Playwright & running the tests:
test/e2e/tests/editor/events.spec.ts#L13
5) [webkit] › editor/events.spec.ts:43:2 › Events in the Editor › An admin should be able to publish an online event
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Block: Event Date').locator('div').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Block: Event Date').locator('div').first()
11 | .locator('div')
12 | .first();
> 13 | await expect( eventDateBlock ).toBeVisible();
| ^
14 | const eventDateHeading = await page.getByRole('heading', { name: 'Date & time' });
15 | await expect( eventDateHeading ).toBeVisible();
16 |
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/editor/events.spec.ts:13:34
|
Starting Playground, staring Playwright & running the tests:
test/e2e/tests/editor/events.spec.ts#L13
6) [webkit] › editor/events.spec.ts:52:2 › Events in the Editor › An admin should be able to publish an offline event
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Block: Event Date').locator('div').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Block: Event Date').locator('div').first()
11 | .locator('div')
12 | .first();
> 13 | await expect( eventDateBlock ).toBeVisible();
| ^
14 | const eventDateHeading = await page.getByRole('heading', { name: 'Date & time' });
15 | await expect( eventDateHeading ).toBeVisible();
16 |
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/editor/events.spec.ts:13:34
|
Starting Playground, staring Playwright & running the tests
Process completed with exit code 1.
|
Run actions/cache/save@v4
Cache save failed.
|
Starting Playground, staring Playwright & running the tests
6 failed
[chromium] › editor/events.spec.ts:43:2 › Events in the Editor › An admin should be able to publish an online event
[chromium] › editor/events.spec.ts:52:2 › Events in the Editor › An admin should be able to publish an offline event
[firefox] › editor/events.spec.ts:43:2 › Events in the Editor › An admin should be able to publish an online event
[firefox] › editor/events.spec.ts:52:2 › Events in the Editor › An admin should be able to publish an offline event
[webkit] › editor/events.spec.ts:43:2 › Events in the Editor › An admin should be able to publish an online event
[webkit] › editor/events.spec.ts:52:2 › Events in the Editor › An admin should be able to publish an offline event
15 passed (2.3m)
|
Loading