From 9ef14dbe6c0388b978b17bbcf3794f9551aee0c2 Mon Sep 17 00:00:00 2001 From: DenBond7 Date: Wed, 15 Jan 2025 13:56:48 +0200 Subject: [PATCH] wip --- .../ThreadDetailsAttachmentsActionsGmailApiFlowTest.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/ThreadDetailsAttachmentsActionsGmailApiFlowTest.kt b/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/ThreadDetailsAttachmentsActionsGmailApiFlowTest.kt index cc521a882..49d2fbe73 100644 --- a/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/ThreadDetailsAttachmentsActionsGmailApiFlowTest.kt +++ b/FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/ThreadDetailsAttachmentsActionsGmailApiFlowTest.kt @@ -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)) }