udpate selenium config

yann300-patch-35
yann300 3 years ago committed by GitHub
parent 162f2880e1
commit ee36053db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/remix-ide-e2e/seleniumConfig.js

@ -1,10 +1,10 @@
/* eslint-disable */ /* eslint-disable */
module.exports = { module.exports = {
version: '3.8.1', version: '4.0.0',
baseURL: 'https://selenium-release.storage.googleapis.com', baseURL: 'https://selenium-release.storage.googleapis.com',
drivers: { drivers: {
chrome: { chrome: {
version: '2.39', version: '96.0.4664.35',
arch: process.arch, arch: process.arch,
baseURL: 'https://chromedriver.storage.googleapis.com' baseURL: 'https://chromedriver.storage.googleapis.com'
} }

Loading…
Cancel
Save