Retry clicking delete_key_button if unsuccessful

parent 6c5c5331
......@@ -38,8 +38,11 @@ module QA
def remove_key(title)
click_link(title)
accept_alert do
click_element(:delete_key_button)
# Retrying due to https://gitlab.com/gitlab-org/gitlab/-/issues/255287
retry_on_exception do
accept_alert do
click_element(:delete_key_button)
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