Skip to content
Snippets Groups Projects
Commit f763ca29 authored by Felipe Cardozo's avatar Felipe Cardozo :three:
Browse files

Merge branch...

Merge branch '398645-update-create-new-value-stream-to-new-value-stream-in-value-stream-dropdown' into 'master' 

Change "Create new Value Stream" to "New value Stream"

See merge request !146248



Merged-by: default avatarFelipe Artur <fcardozo@gitlab.com>
Approved-by: default avatarLorena Ciutacu <lciutacu@gitlab.com>
Approved-by: default avatarFelipe Artur <fcardozo@gitlab.com>
Co-authored-by: default avatarChad Lavimoniere <clavimoniere@gitlab.com>
parents 283c81c8 b0d79d1b
No related branches found
No related tags found
1 merge request!146248Change "Create new Value Stream" to "New value Stream"
Pipeline #1197393290 passed
......@@ -103,7 +103,7 @@ to go from an idea to production, and identify inefficiencies in the development
To get started, create a value stream in the `My website` project:
1. Select **Analyze > Value Stream Analytics**.
1. Select **Create new Value Stream**.
1. Select **New Value Stream**.
1. Enter a name for the value stream, for example `My website value stream`.
1. Select **Create from default template**.
1. To add a custom stage, select **Add another stage**.
......
......@@ -425,7 +425,7 @@ create custom stages in addition to those provided in the default template.
1. On the left sidebar, select **Search or go to** and find your project or group.
1. Select **Analyze > Value Stream analytics**.
1. Select **Create new Value Stream**.
1. Select **New Value Stream**.
1. Enter a name for the value stream.
1. Select **Create from default template**.
1. Customize the default stages:
......
......@@ -21,7 +21,7 @@ const i18n = {
),
DELETED: s__("DeleteValueStream|'%{name}' Value Stream deleted"),
DELETE: __('Delete'),
CREATE_VALUE_STREAM: s__('CreateValueStreamForm|Create new Value Stream'),
CREATE_VALUE_STREAM: s__('CreateValueStreamForm|New Value Stream'),
CANCEL: __('Cancel'),
EDIT_VALUE_STREAM: __('Edit'),
};
......
......@@ -54,7 +54,7 @@ def create_and_select_value_stream(name, with_aggregation = true)
shared_examples 'create a value stream' do |custom_value_stream_name|
before do
toggle_value_stream_dropdown
page.find_button(_('Create new Value Stream')).click
page.find_button(_('New Value Stream')).click
end
it 'includes additional form fields' do
......
......@@ -14875,9 +14875,6 @@ msgstr ""
msgid "CreateValueStreamForm|Create from no template"
msgstr ""
 
msgid "CreateValueStreamForm|Create new Value Stream"
msgstr ""
msgid "CreateValueStreamForm|Create value stream"
msgstr ""
 
......@@ -14920,6 +14917,9 @@ msgstr ""
msgid "CreateValueStreamForm|Name is required"
msgstr ""
 
msgid "CreateValueStreamForm|New Value Stream"
msgstr ""
msgid "CreateValueStreamForm|New stage"
msgstr ""
 
......@@ -73,7 +73,7 @@ def click_save_value_stream_button
def create_custom_value_stream(custom_value_stream_name)
toggle_value_stream_dropdown
page.find_button(_('Create new Value Stream')).click
page.find_button(_('New Value Stream')).click
add_custom_stage_to_form
save_value_stream(custom_value_stream_name)
......
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