Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Jan 15, 2025
1 parent 01049ca commit 4b4fc62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ fun UserRobot.assertComposerSize(isChangeable: Boolean): UserRobot {
} else {
val text = "1\n2\n3\n4\n5\n6"
typeText(text)
sleep(500)
initialComposerHeight = composer.findObject().height
typeText("${text}\n7")
assertEquals(initialComposerHeight, composer.findObject().height)
Expand Down

0 comments on commit 4b4fc62

Please sign in to comment.