mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-22 03:19:55 -06:00
Writing my first test cases
This commit is contained in:
@@ -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")))
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user