Browse Source

Updated manual tests.

Szymon Kupś 7 years ago
parent
commit
d27cd73cae

+ 1 - 1
packages/ckeditor5-image/tests/manual/image.md

@@ -1,6 +1,6 @@
 ## Image feature
 
-* Images with CKEditor logo should be loaded.
+* Images should be loaded.
 * Hovering over image should apply yellow outline.
 * Clicking on image should apply blue outline which should not change when hovering over.
 

+ 1 - 1
packages/ckeditor5-image/tests/manual/textalternative.md

@@ -5,6 +5,6 @@
   * balloon toolbar should hide,
   * image text alternative balloon panel should be visible
   * there should be `CKEditor logo` text selected inside textarea.
-* Change the text and press `Ok`. Check if text alternative is changed by opening balloon panel again.
+* Change the text and press `Save`. Check if text alternative is changed by opening balloon panel again.
 * Change the text and press `Cancel`. Check if text alternative is NOT changed by opening balloon panel again.