mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
DEV: flakey members list spec (#23917)
No repro but, it's possible that we were at the limit of triggering the scroll, this should ensure we correctly trigger the scroll more.
This commit is contained in:
parent
526d2dc582
commit
b122e69ed3
|
@ -46,7 +46,7 @@ RSpec.describe "Channel - Info - Members page", type: :system do
|
|||
|
||||
expect(page).to have_selector(".chat-channel-members__list-item", count: 60)
|
||||
|
||||
scroll_to(find(".chat-channel-members__list-item:nth-child(50)"))
|
||||
scroll_to(find(".chat-channel-members__list-item:nth-child(60)"))
|
||||
|
||||
expect(page).to have_selector(".chat-channel-members__list-item", count: 100)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user