Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
varsvat committed Aug 21, 2021
1 parent d22e5dc commit 62e3d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CreateEditProductAndroidTest {
}

@Test
fun createTeller() {
fun createProductTest() {

// Filling all the details in Product Details Step fragment
onView(withId(R.id.etIdentifier))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ProductListFragmentAndroidTest {
ActivityTestRule<DashboardActivity>(DashboardActivity::class.java)

@Test
fun openDrawer_OpenGroupList_ClickOnRecyclerViewItem() {
fun openDrawerOpenProductListClickOnRecyclerViewItem() {

//Open drawer
Espresso.onView(ViewMatchers.withId(R.id.drawer_layout))
Expand Down

0 comments on commit 62e3d53

Please sign in to comment.