Sfoglia il codice sorgente

Tests: Update highlight manual tests.

Maciej Gołaszewski 8 anni fa
parent
commit
cddc625022

+ 5 - 21
packages/ckeditor5-highlight/tests/manual/highlight.html

@@ -23,27 +23,11 @@
 
 </style>
 <div id="editor">
-	<p>Lorem
-		<mark class="marker">ipsum dolor sit amet</mark>
-		, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et <mark class="pen-red">dolore magna</mark> aliqua. Ut enim ad minim veniam, quis
-		nostrud exercitation ullamco
-		<mark class="pen-blue">laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
-			velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
-		</mark>
-		cupidatat non proident, sunt in culpa qui officia
-		deserunt mollit anim id est laborum.
+	<p>Highlight feature example.</p>
+	<p>Here ares some markers:
+		<mark class="marker">yellow one</mark>, <mark class="marker-pink">pink one</mark> and <mark class="marker-green">green one</mark>.
 	</p>
-	<p>Lorem ipsum dolor sit amet, consectetur
-		<mark class="marker-green">adipiscing elit</mark>
-		, sed do eiusmod tempor incididunt ut labore et dolore magna
-		<mark>aliqua. Ut enim ad minim veniam</mark>
-		, quis nostrud exercitation ullamco
-		<mark class="marker-pink">laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
-			esse cillum dolore eu
-		</mark>
-		fugiat nulla pariatur.
-		<mark class="pen-red">Excepteur</mark>
-		sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
-		laborum.
+	<p>Here ares some pens:
+		<mark class="pen-red">red pen</mark> and <mark class="pen-blue">blue one</mark>.
 	</p>
 </div>

+ 3 - 3
packages/ckeditor5-highlight/tests/manual/highlight.md

@@ -1,9 +1,9 @@
 ### Loading
 
-1. The data should be loaded with:
+1. The data should be loaded with different markers and pens.
 
 ### Testing
 
 You should be able to:
-
-
+- see different markers class
+- manually invoke highlight command in console