Skip to content

Commit

Permalink
spec: take Safari 7 out of allowed failures
Browse files Browse the repository at this point in the history
meh committed Jan 22, 2014
1 parent 4573b4f commit ea2edd8
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,6 @@ matrix:

allow_failures:
- env: SELENIUM_BROWSER=chrome SELENIUM_VERSION=31
- env: SELENIUM_BROWSER=safari SELENIUM_VERSION=7.0
- env: SELENIUM_BROWSER=ie SELENIUM_VERSION=11

- env: SELENIUM_BROWSER=ie SELENIUM_VERSION=6
2 changes: 1 addition & 1 deletion spec/runner.rb
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
}

begin
Selenium::WebDriver::Wait.new(timeout: 120, interval: 1) \
Selenium::WebDriver::Wait.new(timeout: 600, interval: 1) \
.until { not browser.find_element(:css, 'p#totals').text.strip.empty? }

totals = browser.find_element(:css, 'p#totals').text

0 comments on commit ea2edd8

Please sign in to comment.