Skip to content

Commit

Permalink
Check if it is extremely slow
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-steve committed Jan 30, 2024
1 parent 2dd7e51 commit 94d6915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/in_document_search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 94d6915

Please sign in to comment.