Bump @types/node from 18.17.19 to 20.8.3 #393
+8
−8
Closed
Annotations
3 errors, 1 warning, and 1 notice
integration-test/helpers/pages.js#L167
1) [macos] › email-autofill.macos.spec.js:176:9 › macos › auto filling a signup form › with an identity only - filling lastName
Error: Timed out 5000ms waiting for expect(received).toContainText(expected)
Expected string: "Login information will be saved for this website"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('button:has-text("Generated password")')
at ../helpers/pages.js:167
165 |
166 | const passwordBtn = page.locator('button:has-text("Generated password")')
> 167 | await expect(passwordBtn).toContainText('Login information will be saved for this website')
| ^
168 |
169 | const passwordButtonText = await passwordBtn.innerText()
170 | const [, generatedPassword] = passwordButtonText.split('\n')
at SignupPage.selectGeneratedPassword (/home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/helpers/pages.js:167:39)
at /home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/tests/email-autofill.macos.spec.js:189:13
|
integration-test/helpers/pages.js#L173
2) [macos] › email-autofill.macos.spec.js:196:9 › macos › auto filling a signup form › with an identity + Email Protection, autofill using duck address in identity
Error: unreachable - password must not be empty
at ../helpers/pages.js:173
171 |
172 | if (!generatedPassword.trim()) {
> 173 | throw new Error('unreachable - password must not be empty')
| ^
174 | }
175 |
176 | await passwordBtn.click({ force: true })
at SignupPage.selectGeneratedPassword (/home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/helpers/pages.js:173:23)
at /home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/tests/email-autofill.macos.spec.js:210:13
|
integration-test/helpers/pages.js#L173
3) [macos] › email-autofill.macos.spec.js:218:9 › macos › auto filling a signup form › with an identity + Email Protection, autofill using duck address in identity triggered from name field
Error: unreachable - password must not be empty
at ../helpers/pages.js:173
171 |
172 | if (!generatedPassword.trim()) {
> 173 | throw new Error('unreachable - password must not be empty')
| ^
174 | }
175 |
176 | await passwordBtn.click({ force: true })
at SignupPage.selectGeneratedPassword (/home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/helpers/pages.js:173:23)
at /home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/tests/email-autofill.macos.spec.js:232:13
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
3 flaky
[macos] › email-autofill.macos.spec.js:176:9 › macos › auto filling a signup form › with an identity only - filling lastName
[macos] › email-autofill.macos.spec.js:196:9 › macos › auto filling a signup form › with an identity + Email Protection, autofill using duck address in identity
[macos] › email-autofill.macos.spec.js:218:9 › macos › auto filling a signup form › with an identity + Email Protection, autofill using duck address in identity triggered from name field
103 passed (2.5m)
|
The logs for this run have expired and are no longer available.
Loading