Selaa lähdekoodia

Tests: Simplified the manual tests and corrected the description.

Aleksander Nowodzinski 7 vuotta sitten
vanhempi
commit
65005921d1

+ 0 - 7
packages/ckeditor5-ui/tests/manual/tickets/385/1.html

@@ -11,10 +11,3 @@
 	<p>This is a line of text.</p>
 	<p>This is a line of text.</p>
 </div>
-
-<style>
-	.ck-editor {
-		margin: 5em auto;
-		max-width: 70%;
-	}
-</style>

+ 8 - 8
packages/ckeditor5-ui/tests/manual/tickets/385/1.md

@@ -3,11 +3,11 @@
 ### Use Firefox to this test, check the ticket for the explanation.
 
 1. Make a forward selection that starts in the text before the image and ends in the text after the image
-```
-<p>Line of text</p>
-<p>Line o{f text</p>
-<figure>...</figure>
-<p>Line o}f text</p>
-<p>Line of text</p>
-```
-2. Check if balloon toolbar is attached to the end of the selection
+   ```
+   <p>Line of text</p>
+   <p>Line o{f text</p>
+   <figure>...</figure>
+   <p>Line o}f text</p>
+   <p>Line of text</p>
+   ```
+2. Check if the balloon toolbar is attached to the end of the selection