Skip to content

Commit 68816bf

Browse files
committed
Fixed some tests
1 parent b2823f7 commit 68816bf

5 files changed

Lines changed: 0 additions & 10 deletions

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/EncryptedForwardOfStandardMessageWithOriginalAttachmentsComposeGmailApiFlow.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 EncryptedForwardOfStandardMessageWithOriginalAttachmentsComposeGmailApiFlo
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/EncryptedReplyAllComposeGmailApiFlow.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 EncryptedReplyAllComposeGmailApiFlow : BaseComposeGmailFlow() {
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(10))

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/EncryptedReplyComposeGmailApiFlow.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
@@ -89,7 +88,6 @@ class EncryptedReplyComposeGmailApiFlow : BaseComposeGmailFlow() {
8988

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

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/gmailapi/EncryptedWithAttachmentsAndOwnPublicKeyComposeGmailApiFlow.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 EncryptedWithAttachmentsAndOwnPublicKeyComposeGmailApiFlow : BaseComposeGm
7675

7776
@Test
7877
@FlakyTest
79-
@Ignore("need to fix")
8078
fun testSending() {
8179
//add attachments
8280
attachments.forEach {

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import okhttp3.mockwebserver.Dispatcher
3434
import okhttp3.mockwebserver.MockResponse
3535
import okhttp3.mockwebserver.RecordedRequest
3636
import org.junit.Assert.assertEquals
37-
import org.junit.Ignore
3837
import org.junit.Rule
3938
import org.junit.Test
4039
import org.junit.rules.RuleChain
@@ -74,7 +73,6 @@ class EncryptedWithAttachmentsComposeGmailApiFlow : BaseComposeGmailFlow() {
7473

7574
@Test
7675
@FlakyTest
77-
@Ignore("need to fix")
7876
fun testSending() {
7977
//add attachments
8078
attachments.forEach {

0 commit comments

Comments
 (0)