Commit 1c6e35df authored by Anastasia McDonald's avatar Anastasia McDonald

Temporary fix for two license tests

See https://gitlab.com/gitlab-org/gitlab/-/issues/323267
parent a2e08396
......@@ -29,7 +29,7 @@ module QA
click_element :license_add_button
expand_select_list
search_and_select_exact license
click_element :approved_license_radio
find('.custom-control-label', text: 'Allow').click
click_element :add_license_submit_button
has_approved_license? license
......@@ -46,7 +46,7 @@ module QA
click_element :license_add_button
expand_select_list
search_and_select_exact license
click_element :blacklisted_license_radio
find('.custom-control-label', text: 'Deny').click
click_element :add_license_submit_button
has_denied_license? license
......
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