mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 06:42:41 +08:00
DEV: do not check for loading state (#30530)
This shouldn't be necessary and is already causing flakyness today.
This commit is contained in:
parent
a5ba788a23
commit
80cda1212e
|
@ -30,8 +30,6 @@ module PageObjects
|
|||
|
||||
def update
|
||||
form.find(".update-automation").click
|
||||
form.has_selector?(".update-automation.is-loading")
|
||||
form.has_no_selector?(".update-automation.is-loading")
|
||||
self
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user