Super small fix (#412) #3161
Annotations
1 error, 1 warning, and 1 notice
[macos] › bitwarden.macos.spec.js:209:9 › When Bitwarden is the password provider › When bitwarden is locked › without overlay (Catalina):
integration-test/helpers/pages.js#L432
1) [macos] › bitwarden.macos.spec.js:209:9 › When Bitwarden is the password provider › When bitwarden is locked › without overlay (Catalina)
Error: elementHandle.click: Element is not attached to the DOM
=========================== logs ===========================
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
<input id="password" type="password" data-ddg-autofill=…/> intercepts pointer events
retrying click action, attempt #1
waiting for element to be visible, enabled and stable
============================================================
at ../helpers/pages.js:432
430 | const updatedButton = await page.waitForSelector(`button:has-text("${constants.fields.email.personalAddress}")`)
431 | expect(updatedButton).toBeDefined()
> 432 | await updatedButton.click()
| ^
433 | const autofillCalls = await mockedCalls(page, {names: ['pmHandlerGetAutofillCredentials']})
434 | expect(autofillCalls).toHaveLength(1)
435 | }
at LoginPage.assertBitwardenLockedWorking (/home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/helpers/pages.js:432:33)
at /home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/tests/bitwarden.macos.spec.js:242: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
1 flaky
[macos] › bitwarden.macos.spec.js:209:9 › When Bitwarden is the password provider › When bitwarden is locked › without overlay (Catalina)
106 passed (1.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-results
Expired
|
395 KB |
|