From 80cda1212e086870590404bf800408642b46b2f8 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 2 Jan 2025 11:08:23 +0100 Subject: [PATCH] DEV: do not check for loading state (#30530) This shouldn't be necessary and is already causing flakyness today. --- .../spec/system/page_objects/discourse_automation/automation.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/automation/spec/system/page_objects/discourse_automation/automation.rb b/plugins/automation/spec/system/page_objects/discourse_automation/automation.rb index 7d71c9efd0d..f84535e3353 100644 --- a/plugins/automation/spec/system/page_objects/discourse_automation/automation.rb +++ b/plugins/automation/spec/system/page_objects/discourse_automation/automation.rb @@ -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