wip: Debug E2E test failures in CI #49
Annotations
4 errors and 1 notice
e2e-tests
Testing stopped early after 1 maximum allowed failures.
|
[firefox] › dashboard.spec.ts:151:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.:
src/e2e/specs/dashboard.spec.ts#L1
1) [firefox] › dashboard.spec.ts:151:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Test timeout of 60000ms exceeded.
|
[firefox] › dashboard.spec.ts:151:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.:
src/e2e/specs/dashboard.spec.ts#L174
1) [firefox] › dashboard.spec.ts:151:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Mozilla apps and services' })
- locator resolved to <button type="button" aria-haspopup="true" aria-expanded="false" class="AppPicker_trigger__5ikAs" id="react-aria-:Rkefnnjajtsvf5uba:" title="Mozilla apps and services">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
172 | ) => {
173 | await expect(dashboardPage.appsAndServices).toBeVisible();
> 174 | await dashboardPage.appsAndServices.click();
| ^
175 | await expect(dashboardPage.appsAndServicesMenu).toBeVisible();
176 | await clickOnATagCheckDomain(aTag, host, path, page);
177 | };
at clickOnLinkAndGoBack (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:174:43)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:203:5
|
e2e-tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[firefox] › dashboard.spec.ts:151:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
21 passed (4.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
906 KB |
|
test-results
Expired
|
236 KB |
|