Svelte 5 (2450) by @laurakwhit (Attempt 1) #4187
playwright.yml
on: pull_request
integration-tests
1h 0m
e2e-tests
20m 30s
Annotations
12 errors and 1 notice
[chromium desktop] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form:
tests/e2e/schedules.spec.ts#L26
1) [chromium desktop] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('create-schedule')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('create-schedule')
24 | await expect(page).toHaveURL(/schedules/);
25 | const createScheduleButton = page.getByTestId('create-schedule');
> 26 | await expect(createScheduleButton).toBeVisible();
| ^
27 | await createScheduleButton.click();
28 | await expect(page).toHaveURL(/create/);
29 |
at /home/runner/work/ui/ui/tests/e2e/schedules.spec.ts:26:40
|
[chromium desktop] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form:
tests/e2e/schedules.spec.ts#L26
1) [chromium desktop] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('create-schedule')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('create-schedule')
24 | await expect(page).toHaveURL(/schedules/);
25 | const createScheduleButton = page.getByTestId('create-schedule');
> 26 | await expect(createScheduleButton).toBeVisible();
| ^
27 | await createScheduleButton.click();
28 | await expect(page).toHaveURL(/create/);
29 |
at /home/runner/work/ui/ui/tests/e2e/schedules.spec.ts:26:40
|
[chromium desktop] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form:
tests/e2e/schedules.spec.ts#L26
1) [chromium desktop] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('create-schedule')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('create-schedule')
24 | await expect(page).toHaveURL(/schedules/);
25 | const createScheduleButton = page.getByTestId('create-schedule');
> 26 | await expect(createScheduleButton).toBeVisible();
| ^
27 | await createScheduleButton.click();
28 | await expect(page).toHaveURL(/create/);
29 |
at /home/runner/work/ui/ui/tests/e2e/schedules.spec.ts:26:40
|
[chromium desktop] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form:
tests/e2e/schedules.spec.ts#L26
1) [chromium desktop] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('create-schedule')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('create-schedule')
24 | await expect(page).toHaveURL(/schedules/);
25 | const createScheduleButton = page.getByTestId('create-schedule');
> 26 | await expect(createScheduleButton).toBeVisible();
| ^
27 | await createScheduleButton.click();
28 | await expect(page).toHaveURL(/create/);
29 |
at /home/runner/work/ui/ui/tests/e2e/schedules.spec.ts:26:40
|
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table:
tests/e2e/workflows-summary-table-configuration.spec.ts#L1
2) [chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table
Test timeout of 10000ms exceeded.
|
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table:
tests/e2e/workflows-summary-table-configuration.spec.ts#L41
2) [chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table
Error: expect(locator).toBeAttached()
Locator: getByTestId('workflows-summary-table-header-cell-Status')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByTestId('workflows-summary-table-header-cell-Status')
39 | expect(
40 | page.getByTestId(`workflows-summary-table-header-cell-${header}`),
> 41 | ).toBeAttached(),
| ^
42 | ),
43 | );
44 |
at map (/home/runner/work/ui/ui/tests/e2e/workflows-summary-table-configuration.spec.ts:41:11)
at /home/runner/work/ui/ui/tests/e2e/workflows-summary-table-configuration.spec.ts:38:22
|
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table:
tests/e2e/workflows-summary-table-configuration.spec.ts#L1
2) [chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table:
tests/e2e/workflows-summary-table-configuration.spec.ts#L41
2) [chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeAttached()
Locator: getByTestId('workflows-summary-table-header-cell-Status')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByTestId('workflows-summary-table-header-cell-Status')
39 | expect(
40 | page.getByTestId(`workflows-summary-table-header-cell-${header}`),
> 41 | ).toBeAttached(),
| ^
42 | ),
43 | );
44 |
at map (/home/runner/work/ui/ui/tests/e2e/workflows-summary-table-configuration.spec.ts:41:11)
at /home/runner/work/ui/ui/tests/e2e/workflows-summary-table-configuration.spec.ts:38:22
|
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table:
tests/e2e/workflows-summary-table-configuration.spec.ts#L1
2) [chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table:
tests/e2e/workflows-summary-table-configuration.spec.ts#L41
2) [chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeAttached()
Locator: getByTestId('workflows-summary-table-header-cell-Status')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByTestId('workflows-summary-table-header-cell-Status')
39 | expect(
40 | page.getByTestId(`workflows-summary-table-header-cell-${header}`),
> 41 | ).toBeAttached(),
| ^
42 | ),
43 | );
44 |
at map (/home/runner/work/ui/ui/tests/e2e/workflows-summary-table-configuration.spec.ts:41:11)
at /home/runner/work/ui/ui/tests/e2e/workflows-summary-table-configuration.spec.ts:38:22
|
integration-tests
The job running on runner GitHub Actions 202 has exceeded the maximum execution time of 60 minutes.
|
integration-tests
The operation was canceled.
|
🎭 Playwright Run Summary
15 failed
[chromium desktop] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:73:3 › Workflows Table Configuration › allows removing columns from the table
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:102:3 › Workflows Table Configuration › allows reordering columns in the table via buttons
[chromium desktop] › e2e/workflows-summary-table-configuration.spec.ts:145:3 › Workflows Table Configuration › allows reordering columns in the table via drag and drop
[chromium desktop] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads
[chromium desktop] › e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
[chromium desktop] › e2e/workflows.spec.ts:29:3 › Workflow Execution Page › should render decoded query results
[chromium mobile] › e2e/schedules.spec.ts:8:3 › Schedules Page › should render empty list of schedules and navigate to Create Schedule page with form
[chromium mobile] › e2e/workflows-summary-table-configuration.spec.ts:36:3 › Workflows Table Configuration › allows adding columns to the table
[chromium mobile] › e2e/workflows-summary-table-configuration.spec.ts:73:3 › Workflows Table Configuration › allows removing columns from the table
[chromium mobile] › e2e/workflows-summary-table-configuration.spec.ts:102:3 › Workflows Table Configuration › allows reordering columns in the table via buttons
[chromium mobile] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads
[chromium mobile] › e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
[chromium mobile] › e2e/workflows.spec.ts:29:3 › Workflow Execution Page › should render decoded query results
5 skipped
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-e2e
|
7.06 MB |
|
playwright-report-integration
|
18.1 MB |
|