Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
50a7ceff
Commit
50a7ceff
authored
Aug 22, 2019
by
antonyliu
Committed by
antony liu
Oct 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix qa:selectors error about ‘group/new’ page
parent
1585c27a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
locale/gitlab.pot
locale/gitlab.pot
+2
-2
qa/qa/page/group/new.rb
qa/qa/page/group/new.rb
+1
-1
No files found.
locale/gitlab.pot
View file @
50a7ceff
...
...
@@ -4621,10 +4621,10 @@ msgstr ""
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr ""
msgid "Create a
local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies.
"
msgid "Create a
Mattermost team for this group
"
msgstr ""
msgid "Create a
Mattermost team for this group
"
msgid "Create a
local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies.
"
msgstr ""
msgid "Create a merge request"
...
...
qa/qa/page/group/new.rb
View file @
50a7ceff
...
...
@@ -11,7 +11,7 @@ module QA
end
view
'app/views/groups/new.html.haml'
do
element
:create_group_button
,
"submit
'Create group'
"
# rubocop:disable QA/ElementWithPattern
element
:create_group_button
,
"submit
_('Create group')
"
# rubocop:disable QA/ElementWithPattern
element
:visibility_radios
,
'visibility_level:'
# rubocop:disable QA/ElementWithPattern
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment