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
def choose_repository_clone_http
find('#clone-dropdown').click
page.within('#clone-dropdown') do
find('span', text: 'HTTP').click
page.within('.clone-options-dropdown') do
click_link('HTTP')
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