We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc040aa commit 8957ddaCopy full SHA for 8957dda
src/jvmTest/kotlin/ZenikaIntegrationTests.kt
@@ -1,4 +1,4 @@
1
-import org.hildan.chrome.devtools.protocol.ChromeDPTarget
+import kotlinx.coroutines.delay
2
import org.junit.jupiter.api.Test
3
import org.testcontainers.containers.*
4
import org.testcontainers.junit.jupiter.*
@@ -50,6 +50,7 @@ class ZenikaIntegrationTests : LocalIntegrationTestBase() {
50
)
51
52
chrome.closeTab(googleTab.id)
53
+ delay(100) // wait for the tab to actually close (fails on CI otherwise)
54
55
val targetsAfterClose = chrome.targets()
56
assertTrue(
0 commit comments