Rename view fix #2660
Annotations
10 errors, 2 warnings, and 1 notice
tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity:
e2e-tests/tests/plan.test.ts#L1
1) tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity ───
Test timeout of 30000ms exceeded.
|
tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity:
e2e-tests/tests/plan.test.ts#L134
1) tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity ───
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-component-name="ActivityTypesPanel"]').getByRole('button', { name: 'CreateActivity-GrowBanana' })
============================================================
132 | test(`Changing to a new plan should clear the selected activity`, async () => {
133 | // Create an activity which will be auto selected
> 134 | await plan.panelActivityTypes.getByRole('button', { name: 'CreateActivity-GrowBanana' }).click();
| ^
135 |
136 | // Switch to a new branch and ensure no activity is selected
137 | await plan.createBranch();
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan.test.ts:134:94
|
tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity:
e2e-tests/tests/plan.test.ts#L1
1) tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity:
e2e-tests/tests/plan.test.ts#L134
1) tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-component-name="ActivityTypesPanel"]').getByRole('button', { name: 'CreateActivity-GrowBanana' })
============================================================
132 | test(`Changing to a new plan should clear the selected activity`, async () => {
133 | // Create an activity which will be auto selected
> 134 | await plan.panelActivityTypes.getByRole('button', { name: 'CreateActivity-GrowBanana' }).click();
| ^
135 |
136 | // Switch to a new branch and ensure no activity is selected
137 | await plan.createBranch();
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan.test.ts:134:94
|
tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity:
e2e-tests/tests/plan.test.ts#L1
1) tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity:
e2e-tests/tests/plan.test.ts#L134
1) tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-component-name="ActivityTypesPanel"]').getByRole('button', { name: 'CreateActivity-GrowBanana' })
============================================================
132 | test(`Changing to a new plan should clear the selected activity`, async () => {
133 | // Create an activity which will be auto selected
> 134 | await plan.panelActivityTypes.getByRole('button', { name: 'CreateActivity-GrowBanana' }).click();
| ^
135 |
136 | // Switch to a new branch and ensure no activity is selected
137 | await plan.createBranch();
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan.test.ts:134:94
|
tests/view.test.ts:64:3 › View › Clicking on 'Rename View' in the view menu should pop up an EditViewModal:
e2e-tests/tests/view.test.ts#L72
2) tests/view.test.ts:64:3 › View › Clicking on 'Rename View' in the view menu should pop up an EditViewModal
Error: Timed out 5000ms waiting for expect(received).toHaveText(expected)
Expected string: "intensive_silver_porcupine"
Received string: "wispy_ivory_ptarmigan"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.view-menu-button .nav-button-title')
- locator resolved to <div class="nav-button-title svelte-3t4lv">wispy_ivory_ptarmigan</div>
- unexpected value "wispy_ivory_ptarmigan"
- locator resolved to <div class="nav-button-title svelte-3t4lv">wispy_ivory_ptarmigan</div>
- unexpected value "wispy_ivory_ptarmigan"
- locator resolved to <div class="nav-button-title svelte-3t4lv">wispy_ivory_ptarmigan</div>
- unexpected value "wispy_ivory_ptarmigan"
- locator resolved to <div class="nav-button-title svelte-3t4lv">wispy_ivory_ptarmigan</div>
- unexpected value "wispy_ivory_ptarmigan"
- locator resolved to <div class="nav-button-title svelte-3t4lv">wispy_ivory_ptarmigan</div>
- unexpected value "wispy_ivory_ptarmigan"
- locator resolved to <div class="nav-button-title svelte-3t4lv">wispy_ivory_ptarmigan</div>
- unexpected value "wispy_ivory_ptarmigan"
- locator resolved to <div class="nav-button-title svelte-3t4lv">wispy_ivory_ptarmigan</div>
- unexpected value "wispy_ivory_ptarmigan"
- locator resolved to <div class="nav-button-title svelte-3t4lv">wispy_ivory_ptarmigan</div>
- unexpected value "wispy_ivory_ptarmigan"
- locator resolved to <div class="nav-button-title svelte-3t4lv">wispy_ivory_ptarmigan</div>
- unexpected value "wispy_ivory_ptarmigan"
70 | await view.createView(viewName);
71 | await view.renameView(viewName2);
> 72 | await expect(view.navButtonViewMenuTitle).toHaveText(viewName);
| ^
73 | await view.deleteView(viewName2);
74 | });
75 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/view.test.ts:72:47
|
tests/view.test.ts:64:3 › View › Clicking on 'Rename View' in the view menu should pop up an EditViewModal:
e2e-tests/tests/view.test.ts#L72
2) tests/view.test.ts:64:3 › View › Clicking on 'Rename View' in the view menu should pop up an EditViewModal
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toHaveText(expected)
Expected string: "combative_copper_goose"
Received string: "convenient_black_stoat"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.view-menu-button .nav-button-title')
- locator resolved to <div class="nav-button-title svelte-3t4lv">convenient_black_stoat</div>
- unexpected value "convenient_black_stoat"
- locator resolved to <div class="nav-button-title svelte-3t4lv">convenient_black_stoat</div>
- unexpected value "convenient_black_stoat"
- locator resolved to <div class="nav-button-title svelte-3t4lv">convenient_black_stoat</div>
- unexpected value "convenient_black_stoat"
- locator resolved to <div class="nav-button-title svelte-3t4lv">convenient_black_stoat</div>
- unexpected value "convenient_black_stoat"
- locator resolved to <div class="nav-button-title svelte-3t4lv">convenient_black_stoat</div>
- unexpected value "convenient_black_stoat"
- locator resolved to <div class="nav-button-title svelte-3t4lv">convenient_black_stoat</div>
- unexpected value "convenient_black_stoat"
- locator resolved to <div class="nav-button-title svelte-3t4lv">convenient_black_stoat</div>
- unexpected value "convenient_black_stoat"
- locator resolved to <div class="nav-button-title svelte-3t4lv">convenient_black_stoat</div>
- unexpected value "convenient_black_stoat"
- locator resolved to <div class="nav-button-title svelte-3t4lv">convenient_black_stoat</div>
- unexpected value "convenient_black_stoat"
70 | await view.createView(viewName);
71 | await view.renameView(viewName2);
> 72 | await expect(view.navButtonViewMenuTitle).toHaveText(viewName);
| ^
73 | await view.deleteView(viewName2);
74 | });
75 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/view.test.ts:72:47
|
tests/view.test.ts:64:3 › View › Clicking on 'Rename View' in the view menu should pop up an EditViewModal:
e2e-tests/tests/view.test.ts#L72
2) tests/view.test.ts:64:3 › View › Clicking on 'Rename View' in the view menu should pop up an EditViewModal
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toHaveText(expected)
Expected string: "mass_coral_louse"
Received string: "pure_jade_harrier"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.view-menu-button .nav-button-title')
- locator resolved to <div class="nav-button-title svelte-3t4lv">pure_jade_harrier</div>
- unexpected value "pure_jade_harrier"
- locator resolved to <div class="nav-button-title svelte-3t4lv">pure_jade_harrier</div>
- unexpected value "pure_jade_harrier"
- locator resolved to <div class="nav-button-title svelte-3t4lv">pure_jade_harrier</div>
- unexpected value "pure_jade_harrier"
- locator resolved to <div class="nav-button-title svelte-3t4lv">pure_jade_harrier</div>
- unexpected value "pure_jade_harrier"
- locator resolved to <div class="nav-button-title svelte-3t4lv">pure_jade_harrier</div>
- unexpected value "pure_jade_harrier"
- locator resolved to <div class="nav-button-title svelte-3t4lv">pure_jade_harrier</div>
- unexpected value "pure_jade_harrier"
- locator resolved to <div class="nav-button-title svelte-3t4lv">pure_jade_harrier</div>
- unexpected value "pure_jade_harrier"
- locator resolved to <div class="nav-button-title svelte-3t4lv">pure_jade_harrier</div>
- unexpected value "pure_jade_harrier"
- locator resolved to <div class="nav-button-title svelte-3t4lv">pure_jade_harrier</div>
- unexpected value "pure_jade_harrier"
70 | await view.createView(viewName);
71 | await view.renameView(viewName2);
> 72 | await expect(view.navButtonViewMenuTitle).toHaveText(viewName);
| ^
73 | await view.deleteView(viewName2);
74 | });
75 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/view.test.ts:72:47
|
tests/app-nav.test.ts:24:3 › App Nav › Initially the app menu should hidden:
e2e-tests/tests/app-nav.test.ts#L8
3) tests/app-nav.test.ts:24:3 › App Nav › Initially the app menu should hidden ───────────────────
"beforeAll" hook timeout of 30000ms exceeded.
6 | let page: Page;
7 |
> 8 | test.beforeAll(async ({ browser }) => {
| ^
9 | context = await browser.newContext();
10 | page = await context.newPage();
11 | appNav = new AppNav(page);
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/app-nav.test.ts:8:6
|
test
No files were found with the provided path: **/unit-test-results. No artifacts will be uploaded.
|
Slow Test:
tests/plan.test.ts#L1
tests/plan.test.ts took 1.7m
|
🎭 Playwright Run Summary
2 failed
tests/plan.test.ts:132:3 › Plan › Changing to a new plan should clear the selected activity ────
tests/view.test.ts:64:3 › View › Clicking on 'Rename View' in the view menu should pop up an EditViewModal
2 flaky
tests/app-nav.test.ts:24:3 › App Nav › Initially the app menu should hidden ────────────────────
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout
3 skipped
91 passed (4.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Test Results
Expired
|
15.9 MB |
|