DEV: do not check for loading state (#30530)

This shouldn't be necessary and is already causing flakyness today.
This commit is contained in:
Joffrey JAFFEUX
2025-01-02 11:08:23 +01:00
committed by GitHub
parent a5ba788a23
commit 80cda1212e

View File

@ -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