Skip to content

Commit

Permalink
pend test due to broken chromedriver is_displayed enpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jul 19, 2019
1 parent 52331c8 commit 66c1583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/selenium_spec_chrome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ module TestSessions
skip 'Need to figure out testing of file downloading on windows platform' if Gem.win_platform?
when /Capybara::Session selenium_chrome Capybara::Window#maximize/
pending "Chrome headless doesn't support maximize" if ENV['HEADLESS']
when /details non-summary descendants should be non-visible/
pending 'Chromedriver built-in is_displayed is currently broken' if ENV['W3C'] == 'false'
end
end

Expand Down

0 comments on commit 66c1583

Please sign in to comment.