Skip to content
代码片段 群组 项目
未验证 提交 4e95bfb0 编辑于 作者: Tiffany Rea's avatar Tiffany Rea 提交者: GitLab
浏览文件

Merge branch 'qa-update-value-stream-specs' into 'master'

Update value stream e2e spec

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169491



Merged-by: default avatarTiffany Rea <trea@gitlab.com>
Approved-by: default avatarTiffany Rea <trea@gitlab.com>
Co-authored-by: default avatarDesiree Chevalier <dchevalier@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -15,7 +15,6 @@ def self.included(base)
end
view "ee/app/assets/javascripts/analytics/cycle_analytics/components/value_stream_form_content.vue" do
element 'value-stream-form-modal'
element 'create-value-stream-name-input'
element 'vsa-preset-selector'
end
......@@ -144,17 +143,19 @@ def select_value_stream_type(value = 'default')
#
# @return [void]
def create_value_stream
within_element('value-stream-form-modal') do
# footer buttons are generic UI components from gitlab/ui
find_button("New value stream").click
end
# footer buttons are generic UI components from gitlab/ui
find_button("New value stream").click
end
# Add another stage to custom vsa template
#
# @return [void]
def add_another_stage
within_element('value-stream-form-modal') do
# footer buttons are generic UI components from gitlab/ui
# Remove else once vsa_standalone_settings_page feature flag is removed
if has_button?("Add a stage")
find_button("Add a stage").click
else
find_button("Add another stage").click
end
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册