Skip to content

Commit 4ef51ad

Browse files
committed
[JS] fix chrome tests in ci (missing await exits chromedriver abnormally)
1 parent 431f775 commit 4ef51ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/node/selenium-webdriver/test/devtools_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ suite(
160160
`Body contains: ${body}`
161161
)
162162
})
163-
driver.get(url)
163+
await driver.get(url)
164164
}
165165
)
166166
})

0 commit comments

Comments
 (0)