Skip to content

Commit

Permalink
Add issues numbers to unit tests [ci skip].
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer authored and f1ames committed Sep 25, 2019
1 parent 8e351f2 commit d29c0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/core/selection/optimization.js
Expand Up @@ -104,6 +104,7 @@
}
} ),

// (#3493)
'test selection optimization key listeners after setData() with keydown': function( editor, bot ) {
editor._.shiftPressed = null;

Expand All @@ -114,6 +115,7 @@
} );
},

// (#3493)
'test selection optimization key listeners after setData() with keyup': function( editor, bot ) {
editor._.shiftPressed = null;

Expand Down

0 comments on commit d29c0c7

Please sign in to comment.