2
0

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

View File

@@ -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