Fix new group button label in GitLab QA specs
This commit is contained in:
parent
6ea35f9824
commit
5991dfd345
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue