Feature/password component #2932
Annotations
2 errors and 1 warning
src/components/PasswordCreationField/PasswordCreationField.test.tsx > PasswordCreationField Tests > shows complexity when password is entered:
packages/components/src/components/PasswordCreationField/PasswordCreationField.test.tsx#L76
Error: expect(element).toHaveAttribute("data-complexity-visible", "true") // element.getAttribute("data-complexity-visible") === "true"
Expected the element to have attribute:
data-complexity-visible="true"
Received:
data-complexity-visible="false"
❯ src/components/PasswordCreationField/PasswordCreationField.test.tsx:76:31
|
main
Process completed with exit code 1.
|
main
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|