Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spec: take Safari 7 out of allowed failures
  • Loading branch information
meh committed Jan 22, 2014
1 parent 4573b4f commit ea2edd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/runner.rb
Expand Up @@ -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
Expand Down

0 comments on commit ea2edd8

Please sign in to comment.