fix(web): remove message center entry points #17111
Annotations
2 errors and 1 notice
|
Run UI P0 domain:
e2e/ui/app-manual-edit.test.ts#L233
2) [chromium] › ui/app-manual-edit.test.ts:211:1 › [P0] manual edit mode preserves a runtime-rendered mobile app page
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-testid="artifact-preview-frame"]:visible, [data-testid="artifact-preview-frame-url-load"]:visible, [data-testid="artifact-preview-frame-srcdoc"]:visible, [data-testid="live-artifact-preview-frame"]:visible').contentFrame().getByTestId('mobile-page-profile')
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('[data-testid="artifact-preview-frame"]:visible, [data-testid="artifact-preview-frame-url-load"]:visible, [data-testid="artifact-preview-frame-srcdoc"]:visible, [data-testid="live-artifact-preview-frame"]:visible').contentFrame().getByTestId('mobile-page-profile')
231 |
232 | await expect(page.getByTestId('manual-edit-mode-toggle')).toHaveAttribute('aria-pressed', 'true');
> 233 | await expect(preview.getByTestId('mobile-page-profile')).toBeVisible();
| ^
234 | await expect(preview.getByRole('heading', { name: 'Profile page' })).toBeVisible();
235 | await expect(preview.getByRole('heading', { name: 'Today page' })).toHaveCount(0);
236 | await expect(preview.getByTestId('mobile-page-today')).toHaveCount(0);
at /home/runner/work/open-design/open-design/e2e/ui/app-manual-edit.test.ts:233:60
|
|
Run UI P0 domain:
e2e/ui/app-manual-edit.test.ts#L163
1) [chromium] › ui/app-manual-edit.test.ts:145:1 › [P0] manual edit mode preserves the current page in a multi-page mobile app
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-testid="artifact-preview-frame"]:visible, [data-testid="artifact-preview-frame-url-load"]:visible, [data-testid="artifact-preview-frame-srcdoc"]:visible, [data-testid="live-artifact-preview-frame"]:visible').contentFrame().getByTestId('mobile-page-profile')
Expected: visible
Received: hidden
Timeout: 10000ms
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('[data-testid="artifact-preview-frame"]:visible, [data-testid="artifact-preview-frame-url-load"]:visible, [data-testid="artifact-preview-frame-srcdoc"]:visible, [data-testid="live-artifact-preview-frame"]:visible').contentFrame().getByTestId('mobile-page-profile')
24 × locator resolved to <main hidden="" data-page="profile" data-od-id="mobile-page-profile" data-testid="mobile-page-profile">…</main>
- unexpected value "hidden"
161 |
162 | await preview.getByRole('button', { name: 'Profile' }).click();
> 163 | await expect(preview.getByTestId('mobile-page-profile')).toBeVisible();
| ^
164 | await expect(preview.getByTestId('mobile-page-home')).toBeHidden();
165 |
166 | await page.getByTestId('manual-edit-mode-toggle').click();
at /home/runner/work/open-design/open-design/e2e/ui/app-manual-edit.test.ts:163:60
|
|
Run UI P0 domain
2 flaky
[chromium] › ui/app-manual-edit.test.ts:145:1 › [P0] manual edit mode preserves the current page in a multi-page mobile app
[chromium] › ui/app-manual-edit.test.ts:211:1 › [P0] manual edit mode preserves a runtime-rendered mobile app page
35 passed (11.8m)
|
background
wait
wait-all
cancel
parallel
Loading