DEV: attempts to increase wait for a flakey spec (#21705)

This commit is contained in:
Joffrey JAFFEUX 2023-05-23 22:43:50 +02:00 committed by GitHub
parent 0d7a742bb9
commit 8feee8149f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RSpec.describe "Unfollow dm channel", type: :system, js: true do
session.quit
end
expect(page).to have_css(".channel-#{dm_channel_1.id} .urgent")
expect(page).to have_css(".channel-#{dm_channel_1.id} .urgent", wait: 25)
end
end
end