Commit d2225b03 authored by Denys Mishunov's avatar Denys Mishunov

Fixed the failed spec

parent a69f7d55
......@@ -9,8 +9,8 @@ export default {
components: {
EditorLite,
},
inject: ['ciConfigPath', 'projectPath', 'projectNamespace', 'defaultBranch'],
mixins: [glFeatureFlagMixin()],
inject: ['ciConfigPath', 'projectPath', 'projectNamespace', 'defaultBranch'],
inheritAttrs: false,
data() {
return {
......
......@@ -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: {
......
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