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

Fix new group button label in GitLab QA specs

See merge request !10529
This commit is contained in:
Rémy Coutable 2017-04-07 13:01:33 +00:00
commit 780a8968a5

View file

@ -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',