You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the jest-dom version mismatches got fixed the project is again unhappy with any act wrappings/usage. The frontend test logs are again being polluted with warnings.
Action requested
Clean up the act wraps to get rid of the warnings and implement the new way to use the UserEvent library in below files:
MfaGoogleAuthVerify.test.tsx
MfaOktaVerify.test.tsx
MfaPhone.test.tsx
MfaPhoneVerify.test.tsx
MfaSelect.test.tsx
MfaSms.test.tsx
MfaSmsVerify.test.tsx
SecurityQuestion.test.tsx
ActionsMenu.test.tsx
Pagination.test.tsx
Acceptance Criteria
The frontend test logs should not display warnings due to usage of act method.
The text was updated successfully, but these errors were encountered:
johanna-skylight
changed the title
Clean up the act wraps so we don't get warnings.
Clean up the act wraps so we don't get warnings [Part1]
Sep 21, 2023
Background
After the jest-dom version mismatches got fixed the project is again unhappy with any
act
wrappings/usage. The frontend test logs are again being polluted with warnings.Action requested
Clean up the act wraps to get rid of the warnings and implement the new way to use the
UserEvent
library in below files:Acceptance Criteria
The frontend test logs should not display warnings due to usage of
act
method.The text was updated successfully, but these errors were encountered: