Commit 780a8968 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'qa/gb/fix-new-group-button-label' into 'master'

Fix new group button label in GitLab QA specs

See merge request !10529
parents c19ad3d5 5991dfd3
......@@ -5,7 +5,7 @@ module QA
def prepare_test_namespace
return if page.has_content?(Runtime::Namespace.name)
click_on 'New Group'
click_on 'New group'
fill_in 'group_path', with: Runtime::Namespace.name
fill_in 'group_description',
......
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