Skip to content
Snippets Groups Projects
Commit 5991dfd3 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix new group button label in GitLab QA specs

parent 6ea35f98
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment