[backport release/v0.17.0] feat(prompts): introduce on-demand discovery in SP v2.0 #16985
Annotations
1 error and 1 notice
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L163
1) [chromium] › ui/app-restoration.test.ts:75:1 › [P0] @critical workspace restores the last manually selected file tab after reload instead of jumping back to the generated artifact
Error: expect(locator).toBeVisible() failed
Locator: locator('.msg.assistant').filter({ hasText: 'workspace-artifact.html' }).first().getByRole('button', { name: /^Open$/ })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('.msg.assistant').filter({ hasText: 'workspace-artifact.html' }).first().getByRole('button', { name: /^Open$/ })
161 | const turnCard = page.locator('.msg.assistant').filter({ hasText: 'workspace-artifact.html' }).first();
162 | const openButton = turnCard.getByRole('button', { name: /^Open$/ });
> 163 | await expect(openButton).toBeVisible();
| ^
164 | await openButton.click();
165 |
166 | await expect(restoredArtifactTab).toBeVisible();
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:163:30
|
|
Run UI P0 domain
1 flaky
[chromium] › ui/app-restoration.test.ts:75:1 › [P0] @critical workspace restores the last manually selected file tab after reload instead of jumping back to the generated artifact
28 passed (8.5m)
|
background
wait
wait-all
cancel
parallel
Loading