Skip to content

Commit

Permalink
Fix clickOnShowMap function
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Oct 3, 2024
1 parent a1198c5 commit e6e6f8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class SearchTeiRobot(val composeTestRule: ComposeTestRule) : BaseRobot() {
}

fun clickOnShowMap() {
waitForView(withId(R.id.navigation_map_view)).perform(click())
composeTestRule.onNodeWithTag("NAVIGATION_BAR_ITEM_Map").performClick()
}

fun checkCarouselTEICardInfo(firstName: String) {
Expand Down

0 comments on commit e6e6f8f

Please sign in to comment.