Skip to content

Commit

Permalink
rubocop style update [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Feb 22, 2020
1 parent 544737b commit 4462120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/selenium_spec_chrome.rb
Expand Up @@ -69,7 +69,7 @@ module TestSessions
when /Capybara::Session selenium_chrome Capybara::Window#maximize/
pending "Chrome headless doesn't support maximize" if ENV['HEADLESS']
when /Capybara::Window#fullscreen should be able to fullscreen the window/
skip "Chromedriver hangs on attempts to fullscreen in headless mode" if ENV['HEADLESS']
skip 'Chromedriver hangs on attempts to fullscreen in headless mode' 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
Expand Down

0 comments on commit 4462120

Please sign in to comment.