Commit 7d5e463d authored by Anastasia McDonald's avatar Anastasia McDonald

Merge branch 'qa-fix-snowplow-checkbox-clicking' into 'master'

Fix broken group_saml_enforced_sso_new_account_spec test

See merge request gitlab-org/gitlab!84878
parents e3d05294 7cdd887e
......@@ -31,11 +31,11 @@ module QA
private
def check_snowplow_enabled_checkbox
check_element(:snowplow_enabled_checkbox)
check_element(:snowplow_enabled_checkbox, true)
end
def uncheck_snowplow_enabled_checkbox
uncheck_element(:snowplow_enabled_checkbox)
uncheck_element(:snowplow_enabled_checkbox, true)
end
def click_save_changes_button
......
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