Skip to content

Commit d86293b

Browse files
committed
Fixed some tests
1 parent 925a296 commit d86293b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/StandardForwardOfEncryptedMessageWithOriginalAttachmentsComposeGmailApiFlow.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ import okhttp3.mockwebserver.Dispatcher
4545
import okhttp3.mockwebserver.MockResponse
4646
import okhttp3.mockwebserver.RecordedRequest
4747
import org.junit.Assert.assertEquals
48-
import org.junit.Ignore
4948
import org.junit.Rule
5049
import org.junit.Test
5150
import org.junit.rules.RuleChain
@@ -90,7 +89,6 @@ class StandardForwardOfEncryptedMessageWithOriginalAttachmentsComposeGmailApiFlo
9089

9190
@Test
9291
@FlakyTest
93-
@Ignore("need to fix")
9492
fun testSending() {
9593
//need to wait while the app loads the messages list
9694
waitForObjectWithText(SUBJECT_EXISTING_STANDARD, TimeUnit.SECONDS.toMillis(10))

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/StandardForwardOfEncryptedPgpMimeMessageWithOriginalAttachmentsComposeGmailApiFlow.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ import okhttp3.mockwebserver.Dispatcher
4444
import okhttp3.mockwebserver.MockResponse
4545
import okhttp3.mockwebserver.RecordedRequest
4646
import org.junit.Assert.assertEquals
47-
import org.junit.Ignore
4847
import org.junit.Rule
4948
import org.junit.Test
5049
import org.junit.rules.RuleChain
@@ -88,7 +87,6 @@ class StandardForwardOfEncryptedPgpMimeMessageWithOriginalAttachmentsComposeGmai
8887
.around(ScreenshotTestRule())
8988

9089
@Test
91-
@Ignore("need to fix")
9290
fun testSending() {
9391
//need to wait while the app loads the messages list
9492
waitForObjectWithText(SUBJECT_EXISTING_STANDARD, TimeUnit.SECONDS.toMillis(10))

0 commit comments

Comments
 (0)