Commit 244f631e authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'rs-qa-clone-dropdown' into 'master'

Make the `QA:Page::Project::Show` driver less brittle

See merge request gitlab-org/gitlab-ce!14659
parents d7a716b9 25ad3b76
...@@ -5,8 +5,8 @@ module QA ...@@ -5,8 +5,8 @@ module QA
def choose_repository_clone_http def choose_repository_clone_http
find('#clone-dropdown').click find('#clone-dropdown').click
page.within('#clone-dropdown') do page.within('.clone-options-dropdown') do
find('span', text: 'HTTP').click click_link('HTTP')
end 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