diff --git a/.gitignore b/.gitignore index 5caf358..d62edd0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /rspec.failures /vendor /.bundle +/save_path_tmp/ diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index dcddc60..1b776b0 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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