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
1d25647f
Commit
1d25647f
authored
6 years ago
by
Gavin Jefferies
Committed by
Fady Samir Sadek
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
dojo: Ignore dojo known errors. (#1929)
Re: #1928
parent
3ba2114e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/knownIssues.js
+5
-4
5 additions, 4 deletions
tests/knownIssues.js
with
5 additions
and
4 deletions
tests/knownIssues.js
+
5
−
4
View file @
1d25647f
...
...
@@ -9,12 +9,13 @@ module.exports = [
// 'TodoMVC - angularjs_require, Mark all as completed, should allow me to clear the completion state of all items',
// jscs:disable
// 'TodoMVC - angularjs_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared',
// jscs:enable
// https://github.com/tastejs/todomvc/issues/815
// does not hide other controls while editing
// 'TodoMVC - dojo, Editing, should hide other controls when editing',
// https://github.com/tastejs/todomvc/issues/1928
// does not reliably save edits
'
dojo, should allow me to edit an item
'
,
'
dojo, should save edits on blur
'
,
'
dojo, should trim entered text
'
,
'
dojo, should remove the item if an empty text string was entered
'
,
// https://github.com/tastejs/todomvc/issues/816
...
...
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