fix web routing for explicitly selected skills #19113
Annotations
4 errors and 1 notice
|
Run UI P0 domain
Process completed with exit code 1.
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L3004
1) [chromium] βΊ ui/app-restoration.test.ts:1171:1 βΊ [P0] @critical daemon error details persist between failed sends
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByText('Loading OpenDesignβ¦') to be hidden
10 Γ locator resolved to visible <span>Loading OpenDesignβ¦</span>
3002 |
3003 | async function waitForLoadingToClear(page: Page) {
> 3004 | await page.getByText('Loading OpenDesignβ¦').waitFor({ state: 'hidden', timeout: T.long });
| ^
3005 | }
3006 |
3007 | async function getCurrentProjectContext(
at waitForLoadingToClear (/home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:3004:47)
at expectWorkspaceReady (/home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:2568:9)
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:1242:9
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L0
1) [chromium] βΊ ui/app-restoration.test.ts:1171:1 βΊ [P0] @critical daemon error details persist between failed sends
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 90000ms exceeded.
|
|
Run UI P0 domain:
e2e/lib/playwright/workspace.ts#L16
1) [chromium] βΊ ui/app-restoration.test.ts:1171:1 βΊ [P0] @critical daemon error details persist between failed sends
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByTestId('design-files-tab')
Expected: "true"
Received: "false"
Timeout: 10000ms
Call log:
- Expect "toHaveAttribute" with timeout 10000ms
- waiting for getByTestId('design-files-tab')
23 Γ locator resolved to <button role="tab" tabindex="0" type="button" title="Design Files" aria-selected="false" aria-label="Design Files" data-testid="design-files-tab" class="ws-tab design-files-tab ">β¦</button>
- unexpected value "false"
at ../lib/playwright/workspace.ts:16
14 |
15 | export async function expectAllProjectFilesActive(page: Page): Promise<void> {
> 16 | await expect(page.getByTestId('design-files-tab')).toHaveAttribute('aria-selected', 'true');
| ^
17 | }
18 |
19 | export async function expectAllProjectFilesInactive(page: Page): Promise<void> {
at expectAllProjectFilesActive (/home/runner/work/open-design/open-design/e2e/lib/playwright/workspace.ts:16:54)
at openAllProjectFiles (/home/runner/work/open-design/open-design/e2e/lib/playwright/workspace.ts:12:9)
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:1221:3
|
|
Run UI P0 domain
1 failed
[chromium] βΊ ui/app-restoration.test.ts:1171:1 βΊ [P0] @critical daemon error details persist between failed sends
28 passed (11.5m)
|
background
wait
wait-all
cancel
parallel
Loading