CRON Frontend E2E Nightly Against PROD #64
Annotations
4 errors and 1 notice
frontend/playwright-tests/guided-tour.nightly.spec.ts#L11
1) [E2E_PROD] › guided-tour.nightly.spec.ts:7:5 › Guided tour of COVID-19 from Tracker Default Helper Box › Guided Tour Link from Tracker Helper Box
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Select a topic above...', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('heading', { name: 'Select a topic above...', exact: true })
9 | // Landing Page Loads
10 | await page.goto('/exploredata', { waitUntil: "commit" });
> 11 | await expect(page.getByRole('heading', { name: 'Select a topic above...', exact: true })).toBeVisible();
| ^
12 |
13 | // Clicking small link under the video starts the joyride guided tour
14 | const tourLink = page.locator('a:has-text("guided tour of a COVID-19 report.")')
at /home/runner/work/health-equity-tracker/health-equity-tracker/frontend/playwright-tests/guided-tour.nightly.spec.ts:11:99
|
frontend/playwright-tests/guided-tour.nightly.spec.ts#L11
1) [E2E_PROD] › guided-tour.nightly.spec.ts:7:5 › Guided tour of COVID-19 from Tracker Default Helper Box › Guided Tour Link from Tracker Helper Box
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Select a topic above...', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('heading', { name: 'Select a topic above...', exact: true })
9 | // Landing Page Loads
10 | await page.goto('/exploredata', { waitUntil: "commit" });
> 11 | await expect(page.getByRole('heading', { name: 'Select a topic above...', exact: true })).toBeVisible();
| ^
12 |
13 | // Clicking small link under the video starts the joyride guided tour
14 | const tourLink = page.locator('a:has-text("guided tour of a COVID-19 report.")')
at /home/runner/work/health-equity-tracker/health-equity-tracker/frontend/playwright-tests/guided-tour.nightly.spec.ts:11:99
|
frontend/playwright-tests/guided-tour.nightly.spec.ts#L11
1) [E2E_PROD] › guided-tour.nightly.spec.ts:7:5 › Guided tour of COVID-19 from Tracker Default Helper Box › Guided Tour Link from Tracker Helper Box
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Select a topic above...', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('heading', { name: 'Select a topic above...', exact: true })
9 | // Landing Page Loads
10 | await page.goto('/exploredata', { waitUntil: "commit" });
> 11 | await expect(page.getByRole('heading', { name: 'Select a topic above...', exact: true })).toBeVisible();
| ^
12 |
13 | // Clicking small link under the video starts the joyride guided tour
14 | const tourLink = page.locator('a:has-text("guided tour of a COVID-19 report.")')
at /home/runner/work/health-equity-tracker/health-equity-tracker/frontend/playwright-tests/guided-tour.nightly.spec.ts:11:99
|
|
|
The logs for this run have expired and are no longer available.
Loading