Skip to content

Commit

Permalink
Merge pull request Expensify#27958 from janicduplessis/@janic/fix-tes…
Browse files Browse the repository at this point in the history
…t-onyx

[NoQA] Fix test to prepare for onyx update
  • Loading branch information
mountiny authored Sep 25, 2023
2 parents f20eba2 + d1bfcf4 commit f5409e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/UnreadIndicatorsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ describe('Unread Indicators', () => {
// Tap the new report option and navigate back to the sidebar again via the back button
return navigateToSidebarOption(0);
})
.then(waitForBatchedUpdates)
.then(() => {
// Verify that report we navigated to appears in a "read" state while the original unread report still shows as unread
const hintText = Localize.translateLocal('accessibilityHints.chatUserDisplayNames');
Expand Down

0 comments on commit f5409e7

Please sign in to comment.