[GH Actions] upgrade checkout/action to v4 #3838
Annotations
1 error, 2 warnings, and 1 notice
integration-test/helpers/pages/unknownUsernameLoginPage.js#L44
1) [macos] › login-form.macos.spec.js:112:9 › Auto-fill a login form on macOS › when there is a single unknown username field, and one password field › the unknown field is a username
Error: expect(received).toBe(expected) // Object.is equality
Expected: "credentials.username"
Received: null
at ../helpers/pages/unknownUsernameLoginPage.js:44
42 | const input = await page.locator('#unknown')
43 | const inputType = await input.getAttribute('data-ddg-inputtype')
> 44 | await expect(inputType).toBe('credentials.username')
| ^
45 | }
46 |
47 | /**
at UnknownUsernameLoginPage.assertUnknownFieldIsUsername (/home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/helpers/pages/unknownUsernameLoginPage.js:44:37)
at /home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/tests/login-form.macos.spec.js:124:13
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading