Fix flaky end-to-end OCR test (#29244)

This commit is contained in:
Claire 2024-02-16 17:57:23 +01:00 committed by GitHub
parent cfadb87077
commit 96ddf1d482
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,6 @@ describe 'OCR', :paperclip_processing, :sidekiq_inline do
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