feat(workspace-team): team workspaces, shared resources, workspace-scoped billing, and the #5517 redesign #16673
Annotations
10 errors and 1 notice
|
Fail when strict visual tests fail
Process completed with exit code 1.
|
|
Run strict visual Playwright suite
Process completed with exit code 1.
|
|
Run strict visual Playwright suite:
e2e/ui/visual-workspace.test.ts#L237
4) ui/visual-workspace.test.ts:204:1 βΊ [P2] captures the topbar BYOK execution switcher surface ββ
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('inline-model-switcher-popover').locator('.inline-switcher__hint')
Expected pattern: /Settings/i
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 10000ms
- waiting for getByTestId('inline-model-switcher-popover').locator('.inline-switcher__hint')
235 | await expect(popover.getByTestId('inline-model-switcher-mode-api')).toHaveCount(0);
236 | await expect(popover.getByTestId('inline-model-switcher-api-model')).toHaveCount(0);
> 237 | await expect(popover.locator('.inline-switcher__hint')).toContainText(/Settings/i);
| ^
238 | await expect(popover.getByTestId('inline-model-switcher-open-settings')).toBeVisible();
239 |
240 | await captureVisual(page, 'visual-topbar-byok-switcher');
at /home/runner/work/open-design/open-design/e2e/ui/visual-workspace.test.ts:237:59
|
|
Run strict visual Playwright suite:
e2e/ui/visual-settings.test.ts#L213
3) ui/visual-settings.test.ts:198:1 βΊ [P2] captures the settings BYOK model dropdown surface βββββ
Error: locator.click: Test timeout of 120000ms exceeded.
Call log:
- waiting for locator('.modal-settings').first().getByRole('tab', { name: 'BYOK' })
211 |
212 | const dialog = await prepareVisualSettingsDialog(page);
> 213 | await dialog.getByRole('tab', { name: 'BYOK' }).click();
| ^
214 | await dialog.getByRole('tab', { name: 'OpenAI', exact: true }).click();
215 | const modelSelect = dialog.getByRole('combobox', { name: 'Model', exact: true });
216 | await expect(modelSelect).toBeVisible();
at /home/runner/work/open-design/open-design/e2e/ui/visual-settings.test.ts:213:51
|
|
Run strict visual Playwright suite:
e2e/ui/visual-settings.test.ts#L0
3) ui/visual-settings.test.ts:198:1 βΊ [P2] captures the settings BYOK model dropdown surface βββββ
Test timeout of 120000ms exceeded.
|
|
Run strict visual Playwright suite:
e2e/ui/visual-settings.test.ts#L190
2) ui/visual-settings.test.ts:175:1 βΊ [P2] captures the settings BYOK OpenAI surface βββββββββββββ
Error: locator.click: Test timeout of 120000ms exceeded.
Call log:
- waiting for locator('.modal-settings').first().getByRole('tab', { name: 'BYOK' })
188 |
189 | const dialog = await prepareVisualSettingsDialog(page);
> 190 | await dialog.getByRole('tab', { name: 'BYOK' }).click();
| ^
191 | await dialog.getByRole('tab', { name: 'OpenAI', exact: true }).click();
192 | await expect(dialog.getByRole('heading', { name: 'OpenAI API' })).toBeVisible();
193 | await waitForVisualFonts(page);
at /home/runner/work/open-design/open-design/e2e/ui/visual-settings.test.ts:190:51
|
|
Run strict visual Playwright suite:
e2e/ui/visual-settings.test.ts#L0
2) ui/visual-settings.test.ts:175:1 βΊ [P2] captures the settings BYOK OpenAI surface βββββββββββββ
Test timeout of 120000ms exceeded.
|
|
Run strict visual Playwright suite:
e2e/ui/visual-settings.test.ts#L167
1) ui/visual-settings.test.ts:161:1 βΊ [P2] captures the settings BYOK surface ββββββββββββββββββββ
Error: locator.click: Test timeout of 120000ms exceeded.
Call log:
- waiting for locator('.modal-settings').first().getByRole('tab', { name: 'BYOK' })
165 |
166 | const dialog = await prepareVisualSettingsDialog(page);
> 167 | await dialog.getByRole('tab', { name: 'BYOK' }).click();
| ^
168 | await expect(dialog.getByRole('tablist', { name: 'API protocol' })).toBeVisible();
169 | await expect(dialog.getByRole('heading', { name: 'Anthropic API' })).toBeVisible();
170 | await waitForVisualFonts(page);
at /home/runner/work/open-design/open-design/e2e/ui/visual-settings.test.ts:167:51
|
|
Run strict visual Playwright suite:
e2e/ui/visual-settings.test.ts#L0
1) ui/visual-settings.test.ts:161:1 βΊ [P2] captures the settings BYOK surface ββββββββββββββββββββ
Test timeout of 120000ms exceeded.
|
|
|
|
Run strict visual Playwright suite
4 failed
ui/visual-settings.test.ts:161:1 βΊ [P2] captures the settings BYOK surface βββββββββββββββββββββ
ui/visual-settings.test.ts:175:1 βΊ [P2] captures the settings BYOK OpenAI surface ββββββββββββββ
ui/visual-settings.test.ts:198:1 βΊ [P2] captures the settings BYOK model dropdown surface ββββββ
ui/visual-workspace.test.ts:204:1 βΊ [P2] captures the topbar BYOK execution switcher surface βββ
14 passed (9.7m)
|
background
wait
wait-all
cancel
parallel
Loading