mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Disable download test for remote chrome until selenium supports
This commit is contained in:
parent
047a3feb73
commit
86f1767f3c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module TestSessions
|
|||
Chrome = Capybara::Session.new(CHROME_REMOTE_DRIVER, TestApp)
|
||||
end
|
||||
|
||||
skipped_tests = %i[response_headers status_code trigger]
|
||||
skipped_tests = %i[response_headers status_code trigger download]
|
||||
# skip window tests when headless for now - closing a window not supported by chromedriver/chrome
|
||||
skipped_tests << :windows if ENV['TRAVIS'] && (ENV['SKIP_WINDOW'] || ENV['HEADLESS'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue