release: v2.0.20 #3093
Annotations
1 error, 2 warnings, and 1 notice
Run e2e tests:
e2e/tests/components/header/with-service-name-and-navigation.spec.ts#L38
1) [react-tablet-safari] › components/header/with-service-name-and-navigation.spec.ts:35:11 › header, with service name and navigation › when JavaScript is enabled › @mobile-and-tablet › has two links in total
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('link')
Expected: 2
Received: 6
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByRole('link')
- locator resolved to 6 elements
- unexpected value "6"
- locator resolved to 6 elements
- unexpected value "6"
- locator resolved to 6 elements
- unexpected value "6"
- locator resolved to 6 elements
- unexpected value "6"
- locator resolved to 6 elements
- unexpected value "6"
- locator resolved to 6 elements
- unexpected value "6"
- locator resolved to 6 elements
- unexpected value "6"
- locator resolved to 6 elements
- unexpected value "6"
- locator resolved to 6 elements
- unexpected value "6"
36 | await expect(
37 | page.getByRole('link'),
> 38 | ).toHaveCount(2)
| ^
39 | })
40 |
41 | test('has six links after clicking the menu button', async ({ page }) => {
at /__w/moduk-frontend/moduk-frontend/e2e/tests/components/header/with-service-name-and-navigation.spec.ts:38:11
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "e2e-blob-reports", "e2e-html-report", "visual-regression-blob-reports", "visual-regression-html-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run e2e tests
1 flaky
[react-tablet-safari] › components/header/with-service-name-and-navigation.spec.ts:35:11 › header, with service name and navigation › when JavaScript is enabled › @mobile-and-tablet › has two links in total
477 passed (3.9m)
|
Loading