Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for Contact Visit 1 #1005

Open
wants to merge 7 commits into
base: opensrp_client_anc_qa
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Final tests on the Quick Check Page
  • Loading branch information
Naima-Bashir committed Jul 18, 2024
commit 97f7708cfd8b0275e55a3c0a46a537c682a4f51d
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ public void B_StartContactVisit() throws Throwable {
onView(withContentDescription("First contact"));
Activity activity = utils.getCurrentActivity();
onView(withId(Utils.getViewId((JsonFormActivity) activity, "step1:contact_reason"))).perform(click());
onView(withSubstring("First contact")).perform(click());;
onView(withSubstring("First contact")).perform(click());
Thread.sleep(4000);
onView(withSubstring("None")).perform(click());
Thread.sleep(2000);

onView(withSubstring("PROCEED TO NORMAL CONTACT")).perform(click());;
Thread.sleep(2000);
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ public class Configs {


public static class TestDataConfigs{
public static final String clientName = "Beth Kasin";
public static final String clientID = "7187941";
public static final String clientName = "Natsya Masha";
public static final String clientID = "7180953";

}
}