We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b57e1 commit 6aea4ebCopy full SHA for 6aea4eb
spec/features/autocomplete_typeahead_spec.rb
@@ -33,7 +33,7 @@
33
expect(featured_image.iiif_tilesource).to eq 'https://stacks.stanford.edu/image/iiif/gk446cj2442/gk446cj2442_05_0001/info.json'
34
end
35
36
- it 'instantiates the multi-image selector when an multi-image item is chosen in the typeahead (and again on edit)', default_max_wait_time: 10 do
+ it 'instantiates the multi-image selector when an multi-image item is chosen in the typeahead (and again on edit)', default_max_wait_time: 20 do
37
allow(Spotlight::Engine.config).to receive(:exhibit_themes).and_return(['default'])
38
39
visit spotlight.edit_exhibit_appearance_path(exhibit)
0 commit comments