Skip to content

Commit

Permalink
Revert repeat count
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jun 7, 2024
1 parent 1d139a7 commit 553c525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ComposeTest {
composeTestRule.setContent {
SampleComposableFunction()
}
(0 until 10).forEach { _ ->
(0 until 3).forEach { _ ->
composeTestRule
.onNodeWithTag("AddBoxButton")
.performClick()
Expand Down

0 comments on commit 553c525

Please sign in to comment.