Skip to content

Commit

Permalink
Wait longer for the track action id action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Jan 5, 2024
1 parent 9841796 commit 679f647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/ui/UiTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import ui.utils.uiTest
import ui.utils.vimExit
import java.awt.Point
import java.awt.event.KeyEvent
import java.time.Duration
import kotlin.test.assertEquals
import kotlin.test.assertFalse
import kotlin.test.assertTrue
Expand Down Expand Up @@ -204,7 +205,7 @@ class UiTests {
remoteRobot.invokeActionJs("GotoAction")
editor.keyboard {
enterText(trackActionIds)
waitFor {
waitFor(duration = Duration.ofMinutes(3)) {
findAllText(trackActionIds).size > 1
}
enter()
Expand Down

0 comments on commit 679f647

Please sign in to comment.