From eb74038fbc126249549defcacaf29892f2303415 Mon Sep 17 00:00:00 2001 From: Gerardo Date: Mon, 13 Dec 2021 12:20:54 +0100 Subject: [PATCH] Rich Text Formatting - Add highlight text test cases --- .../gutenberg/writing-flow/rich-text-formatting.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test-cases/gutenberg/writing-flow/rich-text-formatting.md b/test-cases/gutenberg/writing-flow/rich-text-formatting.md index 25181eb..417938f 100644 --- a/test-cases/gutenberg/writing-flow/rich-text-formatting.md +++ b/test-cases/gutenberg/writing-flow/rich-text-formatting.md @@ -13,6 +13,19 @@ Have a rich-text based component with content (Paragraph, Heading, Quote, Media - Press the Italic button and write an italic word. - Press strikethrough button and write strikethrough text. +**Highlight selected text** + +- Write some text and select it. +- Tap on the Highlight text button (A). +- Select a color. +- Expect to see the text with the selected color. + +**Highlight text without selection** + +- Without selecting any text tap on the highlight text button (A). +- Select a color and write some text. +- Expect to see the newly introduced text with the previously selected color. + ##### TC002