Follow-up: FOSS VSA specs should reflect component directory structure
Background
The following discussion from !66835 (merged) should be addressed:
-
@peterhegman started a discussion: (+3 comments) suggestion (non-blocking): For consistency with the actual component this should probably be in the
componentsdirectory. I see we aren't doing this for the other components though so non-blocking and feel free to address in a follow-up.
Implementation Guide
- Create a new folder
componentsin https://gitlab.com/gitlab-org/gitlab/-/tree/master/spec/frontend/cycle_analytics - Move the relevant component specs and update any file imports to match the new path
Files to be moved
-
https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/frontend/cycle_analytics/base_spec.js -
https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/frontend/cycle_analytics/filter_bar_spec.js -
https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/frontend/cycle_analytics/formatted_stage_count_spec.js -
https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/frontend/cycle_analytics/path_navigation_spec.js -
https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/frontend/cycle_analytics/stage_table_spec.js -
https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/frontend/cycle_analytics/total_time_component_spec.js -
https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/frontend/cycle_analytics/value_stream_filters_spec.js -
https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/frontend/cycle_analytics/value_stream_metrics_spec.js
Edited by Ezekiel Kigbo