Closed matt-koevort closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
5d8585e
) 84.75% compared to head (ee9d202
) 84.75%.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
Fix test that occasionally fails in
Cron.updateValue.test.tsx
. This is due to awaitFor
callback that doesn't return the expectation, causing the assertion to fail as the screen has not always updated with the expected value.Should be applied to most other tests.
☑️ Self Check before Merge
⚠️ Please check all items below before review. ⚠️