+
+
\ No newline at end of file
diff --git a/tests/plugins/a11yhelp/manual/plaintext.md b/tests/plugins/a11yhelp/manual/plaintext.md
new file mode 100644
index 00000000000..ac8e1d29f03
--- /dev/null
+++ b/tests/plugins/a11yhelp/manual/plaintext.md
@@ -0,0 +1,38 @@
+@bender-tags: tc, 4.7.1, 16980, feature
+@bender-ui: collapsed
+@bender-ckeditor-plugins: wysiwygarea,a11yhelp,pastetext
+
+### Scenario:
+
+1. Focus the edtior.
+1. Open Accessibility Help using `ALT+0` hotkey.
+1. Scroll down to `Commands` section.
+
+### Expected:
+1. Mac users should see:
+
+ * Chrome, Firefox:
+ ```
+ Paste as plain text
+ Press Shift+Command+V
+ ```
+
+ * Safari:
+ ```
+ Paste as plain text
+ Press Alt+Shift+Command+V
+ ```
+
+2. Windows users should see:
+
+ * IE, Chrome, Firefox:
+ ```
+ Paste as plain text
+ Press Shift+Ctrl+V
+ ```
+
+ * Edge:
+ ```
+ Paste as plain text
+ Press Shift+Ctrl+V, followed by Ctrl+V
+ ```