feat(workspace-team): team workspaces, shared resources, workspace-scoped billing, and the #5517 redesign #16673
Annotations
7 errors and 1 notice
|
Run UI P0 domain
Process completed with exit code 1.
|
|
Run UI P0 domain:
e2e/lib/playwright/amr.ts#L237
2) [chromium] βΊ ui/amr-run-failure-recovery.test.ts:105:1 βΊ [P0] @critical AMR insufficient-balance failures surface Top up AMR and recover after manual Retry
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeEnabled() failed
Locator: getByTestId('chat-send')
Expected: enabled
Received: disabled
Timeout: 10000ms
Call log:
- Expect "toBeEnabled" with timeout 10000ms
- waiting for getByTestId('chat-send')
24 Γ locator resolved to <button disabled title="Send" type="button" aria-label="Send" data-tooltip="Send" data-testid="chat-send" class="composer-send od-tooltip">β¦</button>
- unexpected value "disabled"
at ../lib/playwright/amr.ts:237
235 | await input.click();
236 | await input.fill(prompt);
> 237 | await expect(page.getByTestId('chat-send')).toBeEnabled();
| ^
238 | await input.press('Enter');
239 | }
240 |
at sendPrompt (/home/runner/work/open-design/open-design/e2e/lib/playwright/amr.ts:237:47)
at /home/runner/work/open-design/open-design/e2e/ui/amr-run-failure-recovery.test.ts:141:3
|
|
Run UI P0 domain:
e2e/lib/playwright/amr.ts#L237
2) [chromium] βΊ ui/amr-run-failure-recovery.test.ts:105:1 βΊ [P0] @critical AMR insufficient-balance failures surface Top up AMR and recover after manual Retry
Error: expect(locator).toBeEnabled() failed
Locator: getByTestId('chat-send')
Expected: enabled
Received: disabled
Timeout: 10000ms
Call log:
- Expect "toBeEnabled" with timeout 10000ms
- waiting for getByTestId('chat-send')
24 Γ locator resolved to <button disabled title="Send" type="button" aria-label="Send" data-tooltip="Send" data-testid="chat-send" class="composer-send od-tooltip">β¦</button>
- unexpected value "disabled"
at ../lib/playwright/amr.ts:237
235 | await input.click();
236 | await input.fill(prompt);
> 237 | await expect(page.getByTestId('chat-send')).toBeEnabled();
| ^
238 | await input.press('Enter');
239 | }
240 |
at sendPrompt (/home/runner/work/open-design/open-design/e2e/lib/playwright/amr.ts:237:47)
at /home/runner/work/open-design/open-design/e2e/ui/amr-run-failure-recovery.test.ts:141:3
|
|
Run UI P0 domain:
e2e/lib/playwright/amr.ts#L90
1) [chromium] βΊ ui/amr-logout-requires-relogin.test.ts:51:1 βΊ [P0] after local Sign out, AMR runs require re-login and Settings keeps AMR selected
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: frame._expect: Target page, context or browser has been closed
at ../lib/playwright/amr.ts:90
88 | export async function expectWorkspaceReady(page: Page) {
89 | await waitForLoadingToClear(page);
> 90 | await expect(page).toHaveURL(/\/projects\//);
| ^
91 | await expect(page.getByTestId('chat-composer')).toBeVisible();
92 | await expect(page.getByTestId('chat-composer-input')).toBeVisible();
93 | }
at expectWorkspaceReady (/home/runner/work/open-design/open-design/e2e/lib/playwright/amr.ts:90:22)
at gotoProject (/home/runner/work/open-design/open-design/e2e/lib/playwright/amr.ts:264:3)
at /home/runner/work/open-design/open-design/e2e/ui/amr-logout-requires-relogin.test.ts:145:3
|
|
Run UI P0 domain:
e2e/ui/amr-logout-requires-relogin.test.ts#L0
1) [chromium] βΊ ui/amr-logout-requires-relogin.test.ts:51:1 βΊ [P0] after local Sign out, AMR runs require re-login and Settings keeps AMR selected
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 120000ms exceeded.
|
|
Run UI P0 domain:
e2e/ui/amr-logout-requires-relogin.test.ts#L132
1) [chromium] βΊ ui/amr-logout-requires-relogin.test.ts:51:1 βΊ [P0] after local Sign out, AMR runs require re-login and Settings keeps AMR selected
Error: expect(locator).toBeVisible() failed
Locator: locator('.modal-settings').first().getByRole('button', { name: /^Authorize$|^Sign in$/i })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('.modal-settings').first().getByRole('button', { name: /^Authorize$|^Sign in$/i })
130 | const reopenedSettings = await openSettingsDialog(page);
131 | await expect(amrAgentToggle(reopenedSettings)).toHaveAttribute('aria-pressed', 'true');
> 132 | await expect(reopenedSettings.getByRole('button', { name: /^Authorize$|^Sign in$/i })).toBeVisible();
| ^
133 | await page.keyboard.press('Escape');
134 | await expect(reopenedSettings).toHaveCount(0);
135 | const reloginConfig = {
at /home/runner/work/open-design/open-design/e2e/ui/amr-logout-requires-relogin.test.ts:132:90
|
|
|
|
Run UI P0 domain
2 failed
[chromium] βΊ ui/amr-logout-requires-relogin.test.ts:51:1 βΊ [P0] after local Sign out, AMR runs require re-login and Settings keeps AMR selected
[chromium] βΊ ui/amr-run-failure-recovery.test.ts:105:1 βΊ [P0] @critical AMR insufficient-balance failures surface Top up AMR and recover after manual Retry
8 did not run
12 passed (9.6m)
|
background
wait
wait-all
cancel
parallel
Loading