Skip to content

Commit ba4c595

Browse files
committed
8
1 parent 9ba8255 commit ba4c595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/java/com/mytaxi/android_demo/activities/DriverSearchTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void doMainActivityTest(){
6969
Espresso.onView(withId(R.id.btn_login)).perform(click());
7070

7171
//Step 5:Verify that the user name is displayed correctly
72-
Espresso.onView(withText(sUserName)).check(matches(isCompletelyDisplayed()));
72+
Espresso.onView(withText(sUserName)).check(matches(isDisplayed()));
7373

7474
try {
7575
Thread.sleep(10000);

0 commit comments

Comments
 (0)