Releases: standout/standout-capybara
Releases · standout/standout-capybara
2.1.2
Additional fix for gem push
2.0.1
Correctly bumps version number
2.0.0
Use webdrivers instead of chromedriver helpers
Note:
If you are using webmock as well you will need to allow chromedriver.storage.googleapis.com
.
Example:
WebMock.disable_net_connect!(allow: ['chromedriver.storage.googleapis.com'])
1.1.1
Ensure wait time is an integer
1.1.0
- Allows capybara wait time to be overrided with environment variable
CAPYBARA_WAIT_TIME