diff --git a/tests/plugins/widget/integration/wysiwygarea/manual/preventofremovingdiv.html b/tests/plugins/widget/integration/wysiwygarea/manual/preventofremovingdiv.html index 5c567181d0e..6d93fc22140 100644 --- a/tests/plugins/widget/integration/wysiwygarea/manual/preventofremovingdiv.html +++ b/tests/plugins/widget/integration/wysiwygarea/manual/preventofremovingdiv.html @@ -10,13 +10,17 @@
diff --git a/tests/plugins/widget/integration/wysiwygarea/manual/preventofremovingdiv.md b/tests/plugins/widget/integration/wysiwygarea/manual/preventofremovingdiv.md index a3824192506..404841304a4 100644 --- a/tests/plugins/widget/integration/wysiwygarea/manual/preventofremovingdiv.md +++ b/tests/plugins/widget/integration/wysiwygarea/manual/preventofremovingdiv.md @@ -6,6 +6,6 @@ 1. Put caret in the text on the right and type some text. 1. Use `Ctrl + Z` or `Cmd + Z` shortcut to make undo few times. -**Expected:** Text returns to previous form. Below editor will be written `div` on green background. +**Expected:** Text returns to previous form. Below the editor, you should see `div` on green background. -**Unexpected:** Text moves below the image. Below editor will be written `figure` instead of `div`. +**Unexpected:** Text moves below the image. Below editor, it will be written `figure` instead of `div` on the green background. diff --git a/tests/plugins/widget/integration/wysiwygarea/superflousdoesntremovedivwrapper.js b/tests/plugins/widget/integration/wysiwygarea/superflousdoesntremovedivwrapper.js index ae72644dcd1..4dff807327d 100644 --- a/tests/plugins/widget/integration/wysiwygarea/superflousdoesntremovedivwrapper.js +++ b/tests/plugins/widget/integration/wysiwygarea/superflousdoesntremovedivwrapper.js @@ -12,7 +12,7 @@ bender.test( { // #704 - 'test keeping widget wrapper in editor when superflous elemnts are checked': function() { + 'test keeping widget wrapper in editor when superfluous elements are checked': function() { CKEDITOR.plugins.add( 'test', { requires: 'widget', init: function( editor ) {