Skip to content

Commit e630e06

Browse files
committed
Fix test name
1 parent f7fb6ce commit e630e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jvmTest/kotlin/IntegrationTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ abstract class IntegrationTestBase {
228228

229229
@OptIn(ExperimentalChromeApi::class)
230230
@Test
231-
fun supportedDomains() {
231+
fun supportedDomains_pageTarget() {
232232
runBlockingWithTimeout {
233233
chromeWebSocket().use { browser ->
234234
browser.newPage().use { page ->

0 commit comments

Comments
 (0)