Commit 50a7ceff authored by antonyliu's avatar antonyliu Committed by antony liu

fix qa:selectors error about ‘group/new’ page

parent 1585c27a
...@@ -4621,10 +4621,10 @@ msgstr "" ...@@ -4621,10 +4621,10 @@ msgstr ""
msgid "Create a GitLab account first, and then connect it to your %{label} account." msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr "" 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 "" 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 "" msgstr ""
msgid "Create a merge request" msgid "Create a merge request"
......
...@@ -11,7 +11,7 @@ module QA ...@@ -11,7 +11,7 @@ module QA
end end
view 'app/views/groups/new.html.haml' do 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 element :visibility_radios, 'visibility_level:' # rubocop:disable QA/ElementWithPattern
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment