No support for fullscreen window

This commit is contained in:
Thomas Walpole 2018-07-09 16:27:31 -07:00
parent 38b1128c8c
commit 361c979b88
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/rspec.failures
/vendor
/.bundle
/save_path_tmp/

View File

@ -68,6 +68,8 @@ RSpec.configure do |config|
metadata[:pending] = "PhantomJS doesn't support datalist"
when /^Capybara::Session Poltergeist #click_button should follow permanent redirects that maintain method/
metadata[:pending] = "PhantomJS doesn't support 308 HTTP response code"
when /^apybara::Session Poltergeist Capybara::Window#fullscreen should be able to fullscreen the window/
metadata[:pending] = "Poltergeist doesn't support fullscreen"
end
end