fix(workspace): preserve scoped projects after main sync #17040
Annotations
6 errors
|
|
|
Run UI P0 domain
The operation was canceled.
|
|
Run UI P0 domain:
e2e/ui/entry-chrome-flows.test.ts#L269
2) [chromium] βΊ ui/entry-chrome-flows.test.ts:203:1 βΊ [P0] @critical workspace selection remains isolated across two browser tabs
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Object {
- "workspaceId": "ws-tab-team",
- "workspaceMemberId": "wm-tab-team",
+ "workspaceId": "ws-tab-personal",
+ "workspaceMemberId": "wm-tab-personal",
}
267 | expect(teamReads.length).toBeGreaterThanOrEqual(2);
268 | for (const request of teamReads) {
> 269 | expect(request).toEqual({
| ^
270 | workspaceId: TAB_TEAM_WORKSPACE.workspaceId,
271 | workspaceMemberId: TAB_TEAM_WORKSPACE.workspaceMemberId,
272 | });
at /home/runner/work/open-design/open-design/e2e/ui/entry-chrome-flows.test.ts:269:23
|
|
Run UI P0 domain:
e2e/ui/amr-onboarding.test.ts#L1167
1) [chromium] βΊ ui/amr-onboarding.test.ts:43:1 βΊ [P0] @critical onboarding lets AMR Cloud sign in and complete setup after the login poll succeeds
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: /What will you design with your agent today/i })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('heading', { name: /What will you design with your agent today/i })
1165 | await expect(page).not.toHaveURL(/\/onboarding$/);
1166 | await dismissPrivacyDialog(page);
> 1167 | await expect(page.getByRole('heading', { name: /What will you design with your agent today/i })).toBeVisible();
| ^
1168 | }
1169 |
1170 | async function expectFinalDesignSystemStep(page: Page) {
at expectOnboardingFinished (/home/runner/work/open-design/open-design/e2e/ui/amr-onboarding.test.ts:1167:100)
at /home/runner/work/open-design/open-design/e2e/ui/amr-onboarding.test.ts:70:3
|
|
Run UI P0 domain:
e2e/ui/amr-onboarding.test.ts#L1167
1) [chromium] βΊ ui/amr-onboarding.test.ts:43:1 βΊ [P0] @critical onboarding lets AMR Cloud sign in and complete setup after the login poll succeeds
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: /What will you design with your agent today/i })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('heading', { name: /What will you design with your agent today/i })
1165 | await expect(page).not.toHaveURL(/\/onboarding$/);
1166 | await dismissPrivacyDialog(page);
> 1167 | await expect(page.getByRole('heading', { name: /What will you design with your agent today/i })).toBeVisible();
| ^
1168 | }
1169 |
1170 | async function expectFinalDesignSystemStep(page: Page) {
at expectOnboardingFinished (/home/runner/work/open-design/open-design/e2e/ui/amr-onboarding.test.ts:1167:100)
at /home/runner/work/open-design/open-design/e2e/ui/amr-onboarding.test.ts:70:3
|
|
|
background
wait
wait-all
cancel
parallel
Loading