Commit 8b517746 authored by Anastasia McDonald's avatar Anastasia McDonald

Fix broken service_ping_disabled_spec

Due to component migration
See https://gitlab.com/gitlab-org/gitlab/-/issues/359034
parent 8b5913e6
......@@ -11,7 +11,7 @@ module QA
end
def has_disabled_usage_data_checkbox?
has_element?(:enable_usage_data_checkbox, disabled: true)
has_element?(:enable_usage_data_checkbox, disabled: true, visible: false)
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment