Skip to content

Commit

Permalink
adding more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madrine authored and madrine committed Jun 12, 2024
1 parent decc293 commit 1f7c1d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void F_testSuccessfulLogin() throws InterruptedException {
onView(withId(R.id.login_password_edit_text)).perform(typeText(correctPassword), closeSoftKeyboard());
onView(withId(R.id.login_login_btn)).perform(click());
Thread.sleep(30000);
//fix error caused by the id edt_search
onView(withId(R.id.edt_search)).check(matches(isDisplayed()));

}
Expand Down

0 comments on commit 1f7c1d3

Please sign in to comment.