Skip to content

Commit 4ef51ad

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)