Skip to content

Commit

Permalink
strike tag replace
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpejcic committed Jul 23, 2019
1 parent b7b39ab commit 6522435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/full-content.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Full Content Action TestCase', function () {

// Ensure the selection is still maintained
editor.execAction('strikethrough');
expect(this.el.innerHTML).toBe('<p><u>lorem <strike>ipsum</strike> dolor</u></p>');
expect(this.el.innerHTML).toBe('<p><u>lorem <s>ipsum</s> dolor</u></p>');
});

it('should justify all contents including multiple block elements', function () {
Expand Down

0 comments on commit 6522435

Please sign in to comment.