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

Fix group_saml_enforced_sso_new_account_spec test

Due to Pajamas migration of snowplow checkbox
the check_element method now needs click_by_js.
parent e3d05294
......@@ -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