Fix perf regressions #3114
Annotations
2 errors, 1 warning, and 1 notice
integration-test/helpers/pages.js#L173
1) [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
|
integration-test/helpers/pages.js#L223
2) [macos] › email-autofill.macos.spec.js:250:5 › macos › autofill a newly added email form (mutation observer test)
Error: locator.click: Element is not visible
=========================== logs ===========================
waiting for locator('button:has-text("[email protected]")')
locator resolved to <button id="personalAddress" class="tooltip__button tool…>…</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:223
221 | await input.click()
222 | const button = page.locator(`button:has-text("${selector}")`)
> 223 | await button.click({ force: true })
| ^
224 | }
225 | /**
226 | * @param {Omit<CredentialsObject, "id">} credentials
at SignupPage.selectSecondEmailField (/home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/helpers/pages.js:223:26)
at /home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/tests/email-autofill.macos.spec.js:272:9
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading