Skip to content

Commit

Permalink
test: shouldShowQRWhenClickOnShare
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos committed May 14, 2024
1 parent 2885ed9 commit 4ea223d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ class TeiDashboardRobot(val composeTestRule: ComposeTestRule) : BaseRobot() {
var qrLenght = 1

while (qrLenght < 8) {
waitForView(withId(R.id.next))
onView(withId(R.id.next)).perform(click())
qrLenght++
}
Expand Down

0 comments on commit 4ea223d

Please sign in to comment.