mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-27 05:54:50 +01:00
Typo
This commit is contained in:
parent
da1a2025c6
commit
5dbc45c35d
@ -175,7 +175,7 @@ class HomeFeedTest {
|
||||
//Open the comment section
|
||||
onView(withId(R.id.list))
|
||||
.perform(actionOnItemAtPosition<StatusViewHolder>
|
||||
(0, clickChildViewWithId(R.id.ViewComments)))
|
||||
(0, clickChildViewWithId(R.id.viewComments)))
|
||||
Thread.sleep(1000)
|
||||
onView(first(withId(R.id.commentContainer)))
|
||||
.check(matches(hasDescendant(withId(R.id.comment))))
|
||||
@ -186,7 +186,7 @@ class HomeFeedTest {
|
||||
//Open the comment section
|
||||
onView(withId(R.id.list))
|
||||
.perform(actionOnItemAtPosition<StatusViewHolder>
|
||||
(2, clickChildViewWithId(R.id.ViewComments)))
|
||||
(2, clickChildViewWithId(R.id.viewComments)))
|
||||
Thread.sleep(1000)
|
||||
onView(withId(R.id.list)).check(matches(isDisplayed()))
|
||||
}
|
||||
|
@ -267,7 +267,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
app:layout_constraintTop_toBottomOf="@+id/ViewComments">
|
||||
app:layout_constraintTop_toBottomOf="@+id/viewComments">
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user