Skip to content

Commit bd21066

Browse files
committed
Removes debug line
1 parent e0cf3f0 commit bd21066

File tree

1 file changed

+1
-1
lines changed
  • app/src/sharedTest/java/com/example/android/architecture/blueprints/todoapp/tasks

1 file changed

+1
-1
lines changed

app/src/sharedTest/java/com/example/android/architecture/blueprints/todoapp/tasks/TasksFragmentTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class TasksFragmentTest {
124124

125125
onView(withId(R.id.menu_filter)).perform(click())
126126
onView(withText(R.string.nav_completed)).perform(click())
127-
Thread.sleep(100) // TODO problem with RV and Espresso syncing.
127+
128128
onView(withText("TITLE1")).check(matches(isDisplayed()))
129129
}
130130

0 commit comments

Comments
 (0)