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:
commit
780a8968a5
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