You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before('not @json') do
Capybara.reset_sessions!
Capybara.current_session.driver.browser.manage.window.resize_to(1920, 1050)
if TestConfig.instance.video_capture
TestConfig.instance.headless.video.start_capture
end
end
Steps to reproduce
Ruby on Rails project
Capybara
Firefox installation using Ubuntu Snap
Setup before block
run a test
The text was updated successfully, but these errors were encountered:
Meta
Capybara Version: 3.40.0
Driver Information (and browser if relevant):
Expected Behavior
Actual Behavior
Tests crash during Capybara configuration:
The before block:
Steps to reproduce
The text was updated successfully, but these errors were encountered: