feat: team-edition collaboration surfaces + workspace-context seam #14523
Annotations
11 errors and 1 notice
|
Fail when strict visual tests fail
Process completed with exit code 1.
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L122
5) ui/visual-navigation.test.ts:117:1 βΊ [P2] captures the integrations MCP surface βββββββββββββββ
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('entry-nav-integrations')
120 |
121 | await ensureRailOpen(page);
> 122 | await page.getByTestId('entry-nav-integrations').click();
| ^
123 | await page.getByTestId('integrations-tab-mcp').click();
124 | await expect(page.getByTestId('integrations-tab-mcp')).toHaveAttribute('aria-selected', 'true');
125 | await expect(page.getByText(/MCP/i).first()).toBeVisible();
at /home/runner/_work/open-design/open-design/e2e/ui/visual-navigation.test.ts:122:52
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L0
5) ui/visual-navigation.test.ts:117:1 βΊ [P2] captures the integrations MCP surface βββββββββββββββ
Test timeout of 60000ms exceeded.
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L108
4) ui/visual-navigation.test.ts:103:1 βΊ [P2] captures the integrations use everywhere surface ββββ
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('entry-nav-integrations')
106 |
107 | await ensureRailOpen(page);
> 108 | await page.getByTestId('entry-nav-integrations').click();
| ^
109 | await page.getByTestId('integrations-tab-use-everywhere').click();
110 | await expect(page.getByTestId('integrations-tab-use-everywhere')).toHaveAttribute('aria-selected', 'true');
111 | await expect(page.getByText('CLI, HTTP, MCP').first()).toBeVisible();
at /home/runner/_work/open-design/open-design/e2e/ui/visual-navigation.test.ts:108:52
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L0
4) ui/visual-navigation.test.ts:103:1 βΊ [P2] captures the integrations use everywhere surface ββββ
Test timeout of 60000ms exceeded.
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L94
3) ui/visual-navigation.test.ts:89:1 βΊ [P2] captures the integrations page surface βββββββββββββββ
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('entry-nav-integrations')
92 |
93 | await ensureRailOpen(page);
> 94 | await page.getByTestId('entry-nav-integrations').click();
| ^
95 | await expect(page).toHaveURL(/\/integrations$/);
96 | await expect(page.getByRole('heading', { name: 'Integrations' })).toBeVisible();
97 | await expect(page.getByTestId('integrations-tab-connectors')).toBeVisible();
at /home/runner/_work/open-design/open-design/e2e/ui/visual-navigation.test.ts:94:52
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L0
3) ui/visual-navigation.test.ts:89:1 βΊ [P2] captures the integrations page surface βββββββββββββββ
Test timeout of 60000ms exceeded.
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L30
2) ui/visual-navigation.test.ts:25:1 βΊ [P2] captures the projects kanban surface βββββββββββββββββ
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('entry-nav-projects')
28 |
29 | await ensureRailOpen(page);
> 30 | await page.getByTestId('entry-nav-projects').click();
| ^
31 | const projects = page.getByTestId('entry-view-projects');
32 | await projects.getByTestId('designs-view-kanban').click();
33 | await expect(projects.getByTestId('designs-view-kanban')).toHaveAttribute('aria-pressed', 'true');
at /home/runner/_work/open-design/open-design/e2e/ui/visual-navigation.test.ts:30:48
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L0
2) ui/visual-navigation.test.ts:25:1 βΊ [P2] captures the projects kanban surface βββββββββββββββββ
Test timeout of 60000ms exceeded.
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L15
1) ui/visual-navigation.test.ts:10:1 βΊ [P2] captures the projects page surface βββββββββββββββββββ
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('entry-nav-projects')
13 |
14 | await ensureRailOpen(page);
> 15 | await page.getByTestId('entry-nav-projects').click();
| ^
16 | await expect(page).toHaveURL(/\/projects$/);
17 | const projects = page.getByTestId('entry-view-projects');
18 | await expect(projects.getByRole('heading', { name: 'Projects' })).toBeVisible();
at /home/runner/_work/open-design/open-design/e2e/ui/visual-navigation.test.ts:15:48
|
|
Run strict visual Playwright suite:
e2e/ui/visual-navigation.test.ts#L0
1) ui/visual-navigation.test.ts:10:1 βΊ [P2] captures the projects page surface βββββββββββββββββββ
Test timeout of 60000ms exceeded.
|
|
Run strict visual Playwright suite
6 failed
ui/visual-navigation.test.ts:10:1 βΊ [P2] captures the projects page surface ββββββββββββββββββββ
ui/visual-navigation.test.ts:25:1 βΊ [P2] captures the projects kanban surface ββββββββββββββββββ
ui/visual-navigation.test.ts:89:1 βΊ [P2] captures the integrations page surface ββββββββββββββββ
ui/visual-navigation.test.ts:103:1 βΊ [P2] captures the integrations use everywhere surface βββββ
ui/visual-navigation.test.ts:117:1 βΊ [P2] captures the integrations MCP surface ββββββββββββββββ
ui/visual-navigation.test.ts:131:1 βΊ [P2] captures the tasks page surface ββββββββββββββββββββββ
14 passed (6.3m)
|
background
wait
wait-all
cancel
parallel
Loading