Skip to content

Commit

Permalink
Merge branch 't/13912'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Nov 9, 2015
2 parents 99f4447 + 82a8ca6 commit aa06c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/clipboard/readonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ var tests = {
},

'test if cut is prevented depending on read-only mode': function( editor, bot ) {
var content = '<p>[Some] text</p>',
expected = editor.readOnly ? content : '<p>^ text</p>';
var content = '<p>[Some t]ext</p>',
expected = editor.readOnly ? content : '<p>^ext</p>';

bot.setHtmlWithSelection( content );

Expand Down

0 comments on commit aa06c76

Please sign in to comment.