Fix new group button label in GitLab QA specs

This commit is contained in:
Grzegorz Bizon 2017-04-07 12:31:45 +02:00
parent 6ea35f9824
commit 5991dfd345
1 changed files with 1 additions and 1 deletions

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