mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-27 10:30:15 -05:00
Fix flaky end-to-end OCR test (#29244)
This commit is contained in:
parent
cfadb87077
commit
96ddf1d482
@ -28,6 +28,6 @@ describe 'OCR', :paperclip_processing, :sidekiq_inline do
|
|||||||
|
|
||||||
click_on('Detect text from picture')
|
click_on('Detect text from picture')
|
||||||
|
|
||||||
expect(page).to have_css('#upload-modal__description', text: 'Hello Mastodon')
|
expect(page).to have_css('#upload-modal__description', text: /Hello Mastodon\s*/, wait: 10)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user