From fdc6688e1255739823b88bbf4c2ef07b5e96de8e Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 29 Jan 2019 16:36:11 +0100 Subject: [PATCH] Tests: Added placeholder manual test description. --- tests/manual/placeholder.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/manual/placeholder.md b/tests/manual/placeholder.md index 30404ce..74deb3a 100644 --- a/tests/manual/placeholder.md +++ b/tests/manual/placeholder.md @@ -1 +1,8 @@ -TODO \ No newline at end of file +## 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.