Browse Source

Tests: Added placeholder manual test description.

Aleksander Nowodzinski 6 years ago
parent
commit
cba91209d5
1 changed files with 8 additions and 1 deletions
  1. 8 1
      packages/ckeditor5-editor-classic/tests/manual/placeholder.md

+ 8 - 1
packages/ckeditor5-editor-classic/tests/manual/placeholder.md

@@ -1 +1,8 @@
-TODO
+## Editor placeholder
+
+1. Make sure the placeholder is visible in the editor without content.
+1. Focus the editor — the placeholder should disappear.
+1. Blur the editor — the placeholder should re–appear.
+1. Focus the editor with the content
+1. Remove the content, no placeholder should be visible.
+1. Blur the editor, the placeholder should appear.