Skip to content

Commit 264eeb5

Browse files
committedAug 27, 2020
[Jetchat] Disables swipe test due to bug
Change-Id: I876605947a1410758fb64ed7287a40a90975acdc
1 parent 18811a9 commit 264eeb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎Jetchat/app/src/androidTest/java/com/example/compose/jetchat/ConversationTest.kt

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import com.example.compose.jetchat.data.exampleUiState
3535
import com.example.compose.jetchat.theme.JetchatTheme
3636
import kotlinx.coroutines.flow.MutableStateFlow
3737
import org.junit.Before
38+
import org.junit.Ignore
3839
import org.junit.Rule
3940
import org.junit.Test
4041

@@ -77,6 +78,7 @@ class ConversationTest {
7778
onNodeWithText(activity.getString(R.string.textfield_hint)).assertIsDisplayed()
7879
}
7980

81+
@Ignore("https://issuetracker.google.com/166589947")
8082
@Test
8183
fun userScrollsUp_jumpToBottomAppears() {
8284
// Check list is snapped to bottom and swipe up
@@ -92,6 +94,7 @@ class ConversationTest {
9294
findJumpToBottom().assertIsDisplayed()
9395
}
9496

97+
@Ignore("https://issuetracker.google.com/166589947")
9598
@Test
9699
fun jumpToBottom_snapsToBottomAndDisappears() {
97100
// When the scroll is not snapped to the bottom
@@ -109,6 +112,7 @@ class ConversationTest {
109112
findJumpToBottom().assertDoesNotExist()
110113
}
111114

115+
@Ignore("https://issuetracker.google.com/166589947")
112116
@Test
113117
fun jumpToBottom_snapsToBottomAfterUserInteracted() {
114118
// First swipe
@@ -129,6 +133,7 @@ class ConversationTest {
129133
findJumpToBottom().assertDoesNotExist()
130134
}
131135

136+
@Ignore("https://issuetracker.google.com/166589947")
132137
@Test
133138
fun changeTheme_scrollIsPersisted() {
134139
// Swipe to show the jump to bottom button

0 commit comments

Comments
 (0)
Please sign in to comment.