mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 16:29:32 +08:00
DEV: attempts to increase wait for a flakey spec (#21705)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user