@@ -35,6 +35,7 @@ import com.example.compose.jetchat.data.exampleUiState
35
35
import com.example.compose.jetchat.theme.JetchatTheme
36
36
import kotlinx.coroutines.flow.MutableStateFlow
37
37
import org.junit.Before
38
+ import org.junit.Ignore
38
39
import org.junit.Rule
39
40
import org.junit.Test
40
41
@@ -77,6 +78,7 @@ class ConversationTest {
77
78
onNodeWithText(activity.getString(R .string.textfield_hint)).assertIsDisplayed()
78
79
}
79
80
81
+ @Ignore(" https://issuetracker.google.com/166589947" )
80
82
@Test
81
83
fun userScrollsUp_jumpToBottomAppears () {
82
84
// Check list is snapped to bottom and swipe up
@@ -92,6 +94,7 @@ class ConversationTest {
92
94
findJumpToBottom().assertIsDisplayed()
93
95
}
94
96
97
+ @Ignore(" https://issuetracker.google.com/166589947" )
95
98
@Test
96
99
fun jumpToBottom_snapsToBottomAndDisappears () {
97
100
// When the scroll is not snapped to the bottom
@@ -109,6 +112,7 @@ class ConversationTest {
109
112
findJumpToBottom().assertDoesNotExist()
110
113
}
111
114
115
+ @Ignore(" https://issuetracker.google.com/166589947" )
112
116
@Test
113
117
fun jumpToBottom_snapsToBottomAfterUserInteracted () {
114
118
// First swipe
@@ -129,6 +133,7 @@ class ConversationTest {
129
133
findJumpToBottom().assertDoesNotExist()
130
134
}
131
135
136
+ @Ignore(" https://issuetracker.google.com/166589947" )
132
137
@Test
133
138
fun changeTheme_scrollIsPersisted () {
134
139
// Swipe to show the jump to bottom button
0 commit comments