No support for fullscreen mode

This commit is contained in:
Thomas Walpole 2018-07-09 16:26:26 -07:00
parent 8329b19e94
commit 9082b84019
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ webkit_server.pro.user
.qmake.stash
gemfiles/*.lock
/src/build/
save_path_tmp/

View File

@ -57,6 +57,8 @@ RSpec.configure do |c|
/^Capybara::Session webkit Capybara::Window\s*#close.*no_such_window_error/,
# QtWebkit doesn't support HTTP 308 response status
/^Capybara::Session webkit #click_button should follow permanent redirects that maintain method/,
# No support for fullscreen window
/^Capybara::Session webkit Capybara::Window#fullscreen should be able to fullscreen the window/,
]
# These tests were implemented in a non-compatible manner in Capybara < 2.12.0 (outerWidth, outerHeight)
if Gem::Version.new(Capybara::VERSION) < Gem::Version.new("2.12.0")