diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-14 18:10:28 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-14 18:10:28 +0000 |
commit | f69bc1dab50e86440bb4ffdc507ca5efd94bf459 (patch) | |
tree | 8b4d3da3106fee1271eece2dad1cc5e14052542b /spec/frontend/pipeline_editor/components | |
parent | 81f257d72ef398933453d215019c850f57dae252 (diff) | |
download | gitlab-ce-f69bc1dab50e86440bb4ffdc507ca5efd94bf459.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/pipeline_editor/components')
-rw-r--r-- | spec/frontend/pipeline_editor/components/editor/text_editor_spec.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/frontend/pipeline_editor/components/editor/text_editor_spec.js b/spec/frontend/pipeline_editor/components/editor/text_editor_spec.js index 756b8dd980c..6f9245e39aa 100644 --- a/spec/frontend/pipeline_editor/components/editor/text_editor_spec.js +++ b/spec/frontend/pipeline_editor/components/editor/text_editor_spec.js @@ -9,6 +9,7 @@ import { mockCommitSha, mockProjectPath, mockProjectNamespace, + mockDefaultBranch, } from '../../mock_data'; describe('Pipeline Editor | Text editor component', () => { @@ -38,6 +39,7 @@ describe('Pipeline Editor | Text editor component', () => { projectPath: mockProjectPath, projectNamespace: mockProjectNamespace, ciConfigPath: mockCiConfigPath, + defaultBranch: mockDefaultBranch, glFeatures, }, attrs: { |