Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cypress-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zheludkov, Mikhail
cypress-test
Commits
8399d13f
Commit
8399d13f
authored
6 years ago
by
Gavin Jefferies
Committed by
Sam Saccone
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix cypress test run (#1905)
remove unused arg that crashes cypress test display the clear completed label
parent
302b409c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/enyo_backbone/js/views/NotepadFooterView.js
+1
-0
1 addition, 0 deletions
examples/enyo_backbone/js/views/NotepadFooterView.js
examples/enyo_backbone/js/views/NotepadMainView.js
+1
-1
1 addition, 1 deletion
examples/enyo_backbone/js/views/NotepadMainView.js
with
2 additions
and
1 deletion
examples/enyo_backbone/js/views/NotepadFooterView.js
+
1
−
0
View file @
8399d13f
...
...
@@ -68,6 +68,7 @@ enyo.kind({
kind
:
'
enyo.Button
'
,
id
:
'
clear-completed
'
,
name
:
'
clear-completed
'
,
content
:
'
Clear completed
'
,
attributes
:
{
class
:
'
clear-completed
'
},
...
...
This diff is collapsed.
Click to expand it.
examples/enyo_backbone/js/views/NotepadMainView.js
+
1
−
1
View file @
8399d13f
...
...
@@ -90,7 +90,7 @@ enyo.kind({
},
throwEdit
:
function
()
{
this
.
inherited
(
arguments
);
this
.
bubble
(
'
onStartEdit
'
,
parent
.
$
.
inputField
);
this
.
bubble
(
'
onStartEdit
'
);
return
true
;
}
},
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment