[js/web] fix ort web e2e test (#9025)

This commit is contained in:
Yulong Wang 2021-09-09 22:08:27 -07:00 committed by GitHub
parent 2439ced3ec
commit 5145fa236f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,11 +42,11 @@ module.exports = function (config) {
browsers: [],
customLaunchers: {
Chrome_default: {
base: 'Chrome',
base: 'ChromeHeadless',
chromeDataDir: USER_DATA
},
Chrome_no_threads: {
base: 'Chrome',
base: 'ChromeHeadless',
chromeDataDir: USER_DATA,
// TODO: no-thread flags
}