Skip to content

Commit 8009f1b

Browse files
devversiontinayuangao
authored andcommitted
chore: update chromedriver version for e2e tests (#8635)
* No longer explicitly specifies the Chrome Driver version for the e2e tests. The chrome driver associated with the latest Chrome version will be used now.
1 parent 2eab16c commit 8009f1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/protractor.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ if (process.env['TRAVIS']) {
4242
config.capabilities = {
4343
'browserName': 'chrome',
4444
'version': 'latest',
45-
'chromedriverVersion': '2.28',
4645
'tunnel-identifier': process.env['TRAVIS_JOB_ID'],
4746
'build': process.env['TRAVIS_JOB_ID'],
4847
'name': 'Material E2E Tests',

0 commit comments

Comments
 (0)