Skip to content

Commit

Permalink
advanced search tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madrine authored and madrine committed Jun 27, 2024
1 parent fd62e1e commit 11a3a8c
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ public void C_SearchPatientByID() throws InterruptedException {
@Test
public void D_AdvancedSearch() throws InterruptedException {
onView(withId(R.id.action_search)).perform(click());
Thread.sleep(2000);
// onView(withId(R.id.anc_id)).check(matches(isDisplayed()));
// Thread.sleep(2000);
onView(withId(R.id.qrCodeButton)).check(matches(isDisplayed()));
Thread.sleep(1000);
onView(withId(R.id.action_clients)).perform(click());


Expand All @@ -80,10 +79,8 @@ public void D_AdvancedSearch() throws InterruptedException {
@Test
public void E_OpenLibrary() throws InterruptedException {
onView(withId(R.id.action_library)).perform(click());
Thread.sleep(2000);
// onView(withId(R.id.library_item_layout)).atPosition(1).perform(click());
Thread.sleep(2000);
onView(withId(R.id.library_toolbar_title)).check(matches(isDisplayed()));
Thread.sleep(1000);
onView(withId(R.id.action_clients)).perform(click());


Expand Down

0 comments on commit 11a3a8c

Please sign in to comment.