Skip to content

Use selenium-webdriver gem 3.141.0+

Dan Davison requested to merge downgrade-selenium-webdriver-gem into master

What does this MR do?

gem 'selenium-webdriver', '~> 3.141'

also pulled minor versions past 141, i.e., also fetched 142.3. let's lock down to 141.

Reason: It's possible that an update from 3.142.2 started breaking things. that could explain the "out of the blue" failures. 3.142.2 was released May 11th 2019. we started seeing the failures around May 12th.

~> 3.141 pulled these 3.142 versions

Screen_Shot_2019-06-05_at_1.14.37_PM

Does this MR meet the acceptance criteria?

Conformity

Edited by Dan Davison

Merge request reports