Skip to content

Commit a83f69d

Browse files
committed
12
1 parent 5a3482a commit a83f69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void doMainActivityTest () {
8383
//Step 4: Press the Login Button
8484
Espresso.onView(withId(R.id.btn_login)).perform(click());
8585

86-
//Step 5:Verify that the user name is displayed correctly
86+
/* //Step 5:Verify that the user name is displayed correctly
8787
try {
8888
Thread.sleep(10000);
8989
} catch (Exception e) {
@@ -93,7 +93,7 @@ public void doMainActivityTest () {
9393
onView(withId(R.id.drawer_layout)).perform(DrawerActions.open());
9494
Espresso.onView(withText(sUserName)).check(matches(isDisplayed()));
9595
onView(withId(R.id.drawer_layout)).perform(DrawerActions.close());
96-
96+
*/
9797
try {
9898
Thread.sleep(10000);
9999
} catch (Exception e) {

0 commit comments

Comments
 (0)