Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rich Text Formatting - Add highlight text test cases #102

Merged
merged 1 commit into from
Jan 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions test-cases/gutenberg/writing-flow/rich-text-formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down