Skip to content

Commit aa04060

Browse files
committed
wip
1 parent 0047b9d commit aa04060

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/SelectRecipientsFragmentFlowTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import com.flowcrypt.email.util.TestGeneralUtil
3838
import com.flowcrypt.email.viewaction.CustomViewActions.doNothing
3939
import org.hamcrest.Matchers.allOf
4040
import org.hamcrest.Matchers.not
41+
import org.junit.Ignore
4142
import org.junit.Rule
4243
import org.junit.Test
4344
import org.junit.rules.RuleChain
@@ -96,6 +97,7 @@ class SelectRecipientsFragmentFlowTest : BaseTest() {
9697
}
9798

9899
@Test
100+
@Ignore("Fix me")
99101
fun testSearchExistingContact() {
100102
onView(withId(R.id.menuSearch))
101103
.check(matches(isDisplayed()))
@@ -111,6 +113,7 @@ class SelectRecipientsFragmentFlowTest : BaseTest() {
111113
}
112114

113115
@Test
116+
@Ignore("Fix me")
114117
fun testNoResults() {
115118
onView(withId(R.id.menuSearch))
116119
.check(matches(isDisplayed()))

0 commit comments

Comments
 (0)