Bump @types/node from 18.17.19 to 20.8.10 #3156
Annotations
3 errors, 1 warning, and 1 notice
[macos] › email-autofill.macos.spec.js:156:9 › macos › auto filling a signup form › with an identity only - filling firstName + generated password:
integration-test/helpers/pages.js#L173
1) [macos] › email-autofill.macos.spec.js:156:9 › macos › auto filling a signup form › with an identity only - filling firstName + generated password
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:169:13
|
[macos] › email-autofill.macos.spec.js:176:9 › macos › auto filling a signup form › with an identity only - filling lastName:
integration-test/helpers/pages.js#L173
2) [macos] › email-autofill.macos.spec.js:176:9 › macos › auto filling a signup form › with an identity only - filling lastName
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:189:13
|
[macos] › email-autofill.macos.spec.js:196:9 › macos › auto filling a signup form › with an identity + Email Protection:
integration-test/helpers/pages.js#L204
3) [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: locator.click: Element is not visible
=========================== logs ===========================
waiting for locator('button:has-text("[email protected]")')
locator resolved to <button id="01" class="tooltip__button tooltip__button--…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
forcing action
element is visible, enabled and stable
scrolling into view if needed
============================================================
at ../helpers/pages.js:204
202 | await input.click()
203 | const button = page.locator(`button:has-text("${selector}")`)
> 204 | await button.click({ force: true })
| ^
205 | }
206 | /**
207 | * @param {import('../../src/deviceApiCalls/__generated__/validators-ts').SendJSPixelParams[]} pixels
at SignupPage.selectFirstEmailField (/home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/helpers/pages.js:204:26)
at /home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/tests/email-autofill.macos.spec.js:211:13
|
test
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/
|
🎭 Playwright Run Summary
3 flaky
[macos] › email-autofill.macos.spec.js:156:9 › macos › auto filling a signup form › with an identity only - filling firstName + generated password
[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
104 passed (2.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-results
Expired
|
540 KB |
|