Writing my first test cases

This commit is contained in:
Yogesh Choudhary Paliyal
2021-09-01 20:55:41 +05:30
parent f3cb19e18c
commit dfe35655e6

View File

@@ -51,7 +51,7 @@ class DashboardActivityTest {
onView(withId(R.id.btnSave)).perform(click())
onData(withText("yogeshpaliyal")).check(matches(withText("yogeshpaliyal")))
// onData(withText("yogeshpaliyal")).check(matches(withText("yogeshpaliyal")))
}
}