Skip to content

Commit 9b0e605

Browse files
committed
Fixed some tests
1 parent d86293b commit 9b0e605

5 files changed

Lines changed: 0 additions & 10 deletions

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ import okhttp3.mockwebserver.Dispatcher
4343
import okhttp3.mockwebserver.MockResponse
4444
import okhttp3.mockwebserver.RecordedRequest
4545
import org.junit.Assert.assertEquals
46-
import org.junit.Ignore
4746
import org.junit.Rule
4847
import org.junit.Test
4948
import org.junit.rules.RuleChain
@@ -88,7 +87,6 @@ class StandardForwardOfStandardMessageWithOriginalAttachmentsComposeGmailApiFlow
8887

8988
@Test
9089
@FlakyTest
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(5))

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import okhttp3.mockwebserver.Dispatcher
4242
import okhttp3.mockwebserver.MockResponse
4343
import okhttp3.mockwebserver.RecordedRequest
4444
import org.junit.Assert.assertEquals
45-
import org.junit.Ignore
4645
import org.junit.Rule
4746
import org.junit.Test
4847
import org.junit.rules.RuleChain
@@ -87,7 +86,6 @@ class StandardReplyAllComposeGmailApiFlow : BaseComposeGmailFlow() {
8786

8887
@Test
8988
@FlakyTest
90-
@Ignore("need to fix")
9189
fun testSending() {
9290
//need to wait while the app loads the messages list
9391
waitForObjectWithText(SUBJECT_EXISTING_STANDARD, TimeUnit.SECONDS.toMillis(5))

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import okhttp3.mockwebserver.Dispatcher
4242
import okhttp3.mockwebserver.MockResponse
4343
import okhttp3.mockwebserver.RecordedRequest
4444
import org.junit.Assert.assertEquals
45-
import org.junit.Ignore
4645
import org.junit.Rule
4746
import org.junit.Test
4847
import org.junit.rules.RuleChain
@@ -87,7 +86,6 @@ class StandardReplyComposeGmailApiFlow : BaseComposeGmailFlow() {
8786

8887
@Test
8988
@FlakyTest
90-
@Ignore("need to fix")
9189
fun testSending() {
9290
//need to wait while the app loads the messages list
9391
waitForObjectWithText(SUBJECT_EXISTING_ENCRYPTED, TimeUnit.SECONDS.toMillis(10))

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import okhttp3.mockwebserver.Dispatcher
3636
import okhttp3.mockwebserver.MockResponse
3737
import okhttp3.mockwebserver.RecordedRequest
3838
import org.junit.Assert.assertEquals
39-
import org.junit.Ignore
4039
import org.junit.Rule
4140
import org.junit.Test
4241
import org.junit.rules.RuleChain
@@ -76,7 +75,6 @@ class StandardWithAttachmentsComposeGmailApiFlow : BaseComposeGmailFlow() {
7675

7776
@Test
7877
@FlakyTest
79-
@Ignore("need to fix")
8078
fun testSending() {
8179
//switch to standard mode
8280
openActionBarOverflowOrOptionsMenu(getTargetContext())

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import okhttp3.mockwebserver.Dispatcher
3232
import okhttp3.mockwebserver.MockResponse
3333
import okhttp3.mockwebserver.RecordedRequest
3434
import org.junit.Assert.assertEquals
35-
import org.junit.Ignore
3635
import org.junit.Rule
3736
import org.junit.Test
3837
import org.junit.rules.RuleChain
@@ -74,7 +73,6 @@ class StandardWithPublicKeyComposeGmailApiFlow : BaseComposeGmailFlow() {
7473
.around(ScreenshotTestRule())
7574

7675
@Test
77-
@Ignore("need to fix")
7876
fun testSending() {
7977
//switch to standard mode
8078
openActionBarOverflowOrOptionsMenu(getTargetContext())

0 commit comments

Comments
 (0)