mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 20:04:42 +08:00
DEV: Fix flaky chat system tests (#29104)
`PageObjects::Pages::ChatThread#has_no_loading_skeleton?` was broken because `.chat-thread__messages` is no longer a valid class.
This commit is contained in:

committed by
GitHub

parent
ec7703e622
commit
dc3c94961c
@ -80,7 +80,7 @@ module PageObjects
|
||||
end
|
||||
|
||||
def has_no_loading_skeleton?
|
||||
has_no_css?(".chat-thread__messages .chat-skeleton")
|
||||
has_no_css?(".chat-thread .chat-skeleton")
|
||||
end
|
||||
|
||||
def type_in_composer(input)
|
||||
|
Reference in New Issue
Block a user