We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1475ffa commit 11ea595Copy full SHA for 11ea595
1 file changed
test/system/open_project/danger_dialog_test.rb
@@ -66,7 +66,7 @@ def test_submit_button_submits_form
66
67
def test_buttons_visible_without_scrolling_with_form
68
visit_preview(:with_form_long_additional_details_test, route_format: :json)
69
- window.resize(width: window.viewport_size[0], height: 250)
+ window.resize(height: 250)
70
71
click_button("Click me")
72
0 commit comments