We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974166f commit 00ab861Copy full SHA for 00ab861
1 file changed
spec/search_spec.rb
@@ -35,7 +35,7 @@ def generate_test_object
35
expect(page).to have_content('The Early Arrivals Records Search (EARS)')
36
end
37
38
- scenario 'empty search shows all results' do
+ scenario 'empty search shows all results' do # rubocop:disable RSpec/ExampleLength
39
visit '/'
40
click_button 'Search'
41
expect(page).to satisfy do |current_page|
0 commit comments