浏览代码

Update manual tests description.

Maciej Gołaszewski 5 年之前
父节点
当前提交
17d9799a8b

+ 6 - 0
packages/ckeditor5-table/tests/manual/tableclipboard.html

@@ -15,6 +15,12 @@
 		<h3>A "content" test editor</h3>
 
 		<div id="editor-content">
+			<p>Jelly-o topping chocolate danish. Powder donut dragée cupcake sesame snaps cotton candy. Cotton candy pudding apple pie liquorice
+				sugar plum cookie. Powder gummi bears macaroon. Gingerbread soufflé liquorice jelly-o marzipan pudding. Toffee sweet candy canes danish
+				macaroon cotton candy fruitcake. Sesame snaps cake cookie chocolate cupcake. Ice cream pie apple pie sweet. Wafer ice cream gingerbread
+				fruitcake donut jelly sweet. Sugar plum chocolate gummi bears. Jelly-o oat cake wafer brownie gingerbread pie dragée. Marshmallow
+				marzipan candy canes. Cotton candy liquorice cake soufflé pie candy.</p>
+
 			<figure class="table" style="width:60%;">
 				<table
 					style="background-color:hsl(0,0%,90%);border-bottom:2px solid hsl(30, 75%, 60%);border-left:2px solid hsl(30, 75%, 60%);border-right:2px solid hsl(30, 75%, 60%);border-top:2px solid hsl(30, 75%, 60%);">

+ 8 - 3
packages/ckeditor5-table/tests/manual/tableclipboard.md

@@ -4,10 +4,15 @@ Copying selected table cells:
 
 1. Select a fragment of table cell.
 2. Use copy shortcut <kbd>ctrl</kbd>+<kbd>C</kbd>.
-3. Paste somewhere in the document.
+3. Paste selected content:
+    - somewhere in the document.
+    - in the editable field on the right.
 4. The pasted table should:
-   - be rectangular (no missing nor exceeding table cells)
-   - have proper headings
+    - be rectangular (no missing nor exceeding table cells)
+    - have proper headings
+5. The editors are exposed as:
+    - `window.editor.content` and "content" editor in CKEditor inspector
+    - `window.editor.geometry` and "geometry" editor in CKEditor inspector
 
 Note that table copy:
 

+ 1 - 1
packages/ckeditor5-table/tests/manual/tableselection.html

@@ -9,7 +9,7 @@
 	}
 </style>
 
-<h2>A "table with surrounding content" test editor</h2>
+<h3>A "content" test editor</h3>
 
 <div id="editor-content">
 	<p>Jelly-o topping chocolate danish. Powder donut dragée cupcake sesame snaps cotton candy. Cotton candy pudding apple pie liquorice

+ 3 - 0
packages/ckeditor5-table/tests/manual/tableselection.md

@@ -4,3 +4,6 @@ Selecting table cells:
 
 1. It should be possible to select multiple table cells.
 2. Observe selection inn the below model representation - for a block selection the table cells should be selected.
+3. The editors are exposed as:
+    - `window.editor.content` and "content" editor in CKEditor inspector
+    - `window.editor.geometry` and "geometry" editor in CKEditor inspector