8
0
Quellcode durchsuchen

Add description to indent block manual tests.

Maciej Gołaszewski vor 6 Jahren
Ursprung
Commit
422cc87cee

+ 8 - 2
packages/ckeditor5-indent/tests/manual/indent-block-classes.md

@@ -1,3 +1,9 @@
-# Block indentation
+## Loading
 
-TODO
+The editor should be loaded with first paragraph indented with class `indent-1`.
+
+## Testing
+
+- The indentation should be done by changing classes `indent-1` to `indent-4`.
+- The indent button should indent list, block and heading up to `indent-4`.
+- The outdent button should outdent list, block and heading.

+ 10 - 2
packages/ckeditor5-indent/tests/manual/indent-block.md

@@ -1,3 +1,11 @@
-# Block indentation
+## Loading
 
-TODO
+The editor should be loaded with first paragraph indented by `1.5em`.
+
+## Testing
+
+- The indent button should indent list, block and heading.
+- The outdent button should outdent list, block and heading.
+- The indentation should be done in steps by `40px`.
+- Indenting paragraph with `1.5em` should first set it to `40px`.
+- Outdenting paragraph with `1.5em` should remove indent.