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

Registers qa #1007

Merged
merged 5 commits into from
Jul 31, 2024
Merged

Registers qa #1007

merged 5 commits into from
Jul 31, 2024

Conversation

madrinekariuki
Copy link

Added Tests for adding and removing family members and fixed naming convention

Comment on lines 166 to 182
// @Test
// public void hRemoveByOther() throws Throwable {
// utils.addAFamilyMember();
// onView(withText(Configs.TestDataConfigs.firstAndLastName)).perform(click());
// Thread.sleep(500);
// onView(withId(R.id.overflow_menu_item)).perform(click());
// onView(withText("Close ANC Record")).perform(click());
// Thread.sleep(500);
// Activity activity = utils.getCurrentActivity();
// onView(withId(Utils.getViewId((JsonFormActivity) activity, "step1:anc_close_reason"))).perform(click());
// onView(withSubstring("Other")).perform(click());
// onView(withId(R.id.action_save)).perform(click());
//
//
//
// }

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this block relevant? Could we remove it altogether?

@madrinekariuki madrinekariuki changed the base branch from master to opensrp_client_anc_qa July 25, 2024 07:36
@madrinekariuki madrinekariuki merged commit b663dd1 into opensrp_client_anc_qa Jul 31, 2024
0 of 2 checks passed
@madrinekariuki madrinekariuki deleted the registers_qa branch July 31, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants