Commit 4b06a87e authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-fix-two-tests-clicking-radio' into 'master'

Temporary fix for two license tests

See merge request gitlab-org/gitlab!55581
parents f0cff10a 1c6e35df
......@@ -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