Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d2225b03
Commit
d2225b03
authored
Jun 14, 2021
by
Denys Mishunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the failed spec
parent
a69f7d55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
app/assets/javascripts/pipeline_editor/components/editor/text_editor.vue
...scripts/pipeline_editor/components/editor/text_editor.vue
+1
-1
spec/frontend/pipeline_editor/components/editor/text_editor_spec.js
...end/pipeline_editor/components/editor/text_editor_spec.js
+2
-0
No files found.
app/assets/javascripts/pipeline_editor/components/editor/text_editor.vue
View file @
d2225b03
...
...
@@ -9,8 +9,8 @@ export default {
components
:
{
EditorLite
,
},
inject
:
[
'
ciConfigPath
'
,
'
projectPath
'
,
'
projectNamespace
'
,
'
defaultBranch
'
],
mixins
:
[
glFeatureFlagMixin
()],
inject
:
[
'
ciConfigPath
'
,
'
projectPath
'
,
'
projectNamespace
'
,
'
defaultBranch
'
],
inheritAttrs
:
false
,
data
()
{
return
{
...
...
spec/frontend/pipeline_editor/components/editor/text_editor_spec.js
View file @
d2225b03
...
...
@@ -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
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment