Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Jan 15, 2025
1 parent e703d27 commit 9ef14db
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ class ThreadDetailsAttachmentsActionsGmailApiFlowTest : BaseThreadDetailsGmailAp
)
)

waitForObjectWithText(getResString(R.string.warning_don_not_have_content_app))
waitForObjectWithText(
getResString(R.string.warning_don_not_have_content_app),
TimeUnit.SECONDS.toMillis(10)
)
isDialogWithTextDisplayed(decorView, getResString(R.string.warning_don_not_have_content_app))
}

Expand Down

0 comments on commit 9ef14db

Please sign in to comment.