Only show NamespacePicker on certain pages (2522) by @laurakwhit (Attempt 1) #4192
playwright.yml
on: pull_request
integration-tests
5m 0s
e2e-tests
5m 44s
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 |
|