Skip to content

Commit 79e38e5

Browse files
committed
Fixed some tests
1 parent 3322dee commit 79e38e5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import com.flowcrypt.email.rules.GrantPermissionRuleChooser
3030
import com.flowcrypt.email.rules.RetryRule
3131
import com.flowcrypt.email.rules.ScreenshotTestRule
3232
import org.hamcrest.Matchers.allOf
33-
import org.junit.Ignore
3433
import org.junit.Rule
3534
import org.junit.Test
3635
import org.junit.rules.RuleChain
@@ -73,7 +72,6 @@ class ComposeScreenPasswordProtectedDisallowedTermsFlowTest :
7372
@Test
7473
//@Ignore("flaky")
7574
//RepeatableAndroidJUnit4ClassRunner 50 attempts passed
76-
@Ignore("need to fix")
7775
fun testDialogWithErrorText() {
7876
intentsRelease()
7977

@@ -111,7 +109,6 @@ class ComposeScreenPasswordProtectedDisallowedTermsFlowTest :
111109
}
112110

113111
@Test
114-
@Ignore("need to fix")
115112
fun testDialogWithoutErrorText() {
116113
NON_MATCHING_SUBJECTS.forEach { subject ->
117114
onView(withId(R.id.editTextEmailSubject))

0 commit comments

Comments
 (0)