[FormAnalyzer] scoring password hints #4110
Annotations
1 error, 1 warning, and 1 notice
[macos] › email-autofill.macos.spec.js:179:9 › macos › auto filling a signup form › with an identity only - filling input should not autofill touched select element without label:
integration-test/helpers/pages/selectInputPage.js#L33
1) [macos] › email-autofill.macos.spec.js:179:9 › macos › auto filling a signup form › with an identity only - filling input should not autofill touched select element without label
Error: expect(received).toBe(expected) // Object.is equality
Expected: "city2"
Received: "city1"
at ../helpers/pages/selectInputPage.js:33
31 | .locator(withLabel ? `form#with-label select#address-city` : 'form#no-label select#address-city')
32 | .inputValue();
> 33 | expect(selectValue).toBe(option);
| ^
34 | }
35 |
36 | /**
at SelectInputPage.assertSelectedValue (/home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/helpers/pages/selectInputPage.js:33:33)
at /home/runner/work/duckduckgo-autofill/duckduckgo-autofill/integration-test/tests/email-autofill.macos.spec.js:193:13
|
test
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
🎭 Playwright Run Summary
1 flaky
[macos] › email-autofill.macos.spec.js:179:9 › macos › auto filling a signup form › with an identity only - filling input should not autofill touched select element without label
121 passed (2.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-results
|
86.1 KB |
|