diff --git a/spec/features/in_document_search_spec.rb b/spec/features/in_document_search_spec.rb index 7a09a322..032cb945 100644 --- a/spec/features/in_document_search_spec.rb +++ b/spec/features/in_document_search_spec.rb @@ -38,7 +38,7 @@ page.find('.mirador-companion-area-left') # input is populated with the search term - expect(page).to have_selector('input[value="justice"]', wait: 10) + page.find('input[value="justice"]', wait: 60) # buttons are present expect(page.find('h3')).to have_text 'Search'