Skip to content

Only show NamespacePicker on certain pages (2522) by @laurakwhit (Attempt 1) #4192

Only show NamespacePicker on certain pages (2522) by @laurakwhit (Attempt 1)

Only show NamespacePicker on certain pages (2522) by @laurakwhit (Attempt 1) #4192

Triggered via pull request January 28, 2025 22:54
Status Failure
Total duration 5m 54s
Artifacts 2

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 notices
[chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages: tests/integration/workflow-navigation.mobile.spec.ts#L1
1) [chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages Test timeout of 10000ms exceeded.
[chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages: tests/integration/workflow-navigation.mobile.spec.ts#L106
1) [chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages Error: expect(locator).toBeVisible() Locator: getByTestId('namespace-switcher').locator('visible=true') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('namespace-switcher').locator('visible=true') 104 | await page.getByTestId('nav-menu-button').click(); 105 | await page.getByRole('link', { name: 'Namespaces' }).click(); > 106 | await expect(switcher).toBeVisible(); | ^ 107 | await page.getByTestId('nav-menu-button').click(); 108 | await page.getByRole('link', { name: 'Workflows' }).click(); 109 | await expect(switcher).toBeVisible(); at /home/runner/work/ui/ui/tests/integration/workflow-navigation.mobile.spec.ts:106:26
[chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages: tests/integration/workflow-navigation.mobile.spec.ts#L1
1) [chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 10000ms exceeded.
[chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages: tests/integration/workflow-navigation.mobile.spec.ts#L106
1) [chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByTestId('namespace-switcher').locator('visible=true') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('namespace-switcher').locator('visible=true') 104 | await page.getByTestId('nav-menu-button').click(); 105 | await page.getByRole('link', { name: 'Namespaces' }).click(); > 106 | await expect(switcher).toBeVisible(); | ^ 107 | await page.getByTestId('nav-menu-button').click(); 108 | await page.getByRole('link', { name: 'Workflows' }).click(); 109 | await expect(switcher).toBeVisible(); at /home/runner/work/ui/ui/tests/integration/workflow-navigation.mobile.spec.ts:106:26
[chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages: tests/integration/workflow-navigation.mobile.spec.ts#L1
1) [chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 10000ms exceeded.
[chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages: tests/integration/workflow-navigation.mobile.spec.ts#L106
1) [chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByTestId('namespace-switcher').locator('visible=true') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('namespace-switcher').locator('visible=true') 104 | await page.getByTestId('nav-menu-button').click(); 105 | await page.getByRole('link', { name: 'Namespaces' }).click(); > 106 | await expect(switcher).toBeVisible(); | ^ 107 | await page.getByTestId('nav-menu-button').click(); 108 | await page.getByRole('link', { name: 'Workflows' }).click(); 109 | await expect(switcher).toBeVisible(); at /home/runner/work/ui/ui/tests/integration/workflow-navigation.mobile.spec.ts:106:26
[chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages: tests/integration/workflow-navigation.mobile.spec.ts#L1
1) [chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 10000ms exceeded.
[chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages: tests/integration/workflow-navigation.mobile.spec.ts#L106
1) [chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByTestId('namespace-switcher').locator('visible=true') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('namespace-switcher').locator('visible=true') 104 | await page.getByTestId('nav-menu-button').click(); 105 | await page.getByRole('link', { name: 'Namespaces' }).click(); > 106 | await expect(switcher).toBeVisible(); | ^ 107 | await page.getByTestId('nav-menu-button').click(); 108 | await page.getByRole('link', { name: 'Workflows' }).click(); 109 | await expect(switcher).toBeVisible(); at /home/runner/work/ui/ui/tests/integration/workflow-navigation.mobile.spec.ts:106:26
integration-tests
Process completed with exit code 1.
🎭 Playwright Run Summary
1 failed [chromium mobile] › integration/workflow-navigation.mobile.spec.ts:97:1 › Top Navigation current namespace is present on non-namespace specific pages 83 passed (3.8m)
🎭 Playwright Run Summary
5 skipped 15 passed (2.2m)

Artifacts

Produced during runtime
Name Size
playwright-report-e2e
182 KB
playwright-report-integration
6.79 MB