Skip to content

Commit

Permalink
Ignore test for Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Dec 6, 2016
1 parent 37aa55e commit bdf88a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/plugins/embedbase/undo.js
Expand Up @@ -43,7 +43,8 @@ bender.test( {
_should: {
ignore: {
'test undo and redo after creation': CKEDITOR.env.webkit && !CKEDITOR.env.chrome,
'test undo and redo after creation and edition': CKEDITOR.env.webkit && !CKEDITOR.env.chrome
'test undo and redo after creation and edition': CKEDITOR.env.webkit && !CKEDITOR.env.chrome,
'test undo and redo after edition': CKEDITOR.env.webkit && !CKEDITOR.env.chrome
}
},

Expand Down

0 comments on commit bdf88a4

Please sign in to comment.