wordpress-mobile / gutenberg-mobile

Mobile version of Gutenberg - native iOS and Android
GNU General Public License v2.0
234 stars 54 forks source link

E2E Tests - Adds more Highlight color visual tests #6830

Closed geriux closed 2 months ago

geriux commented 2 months ago

Adds two new visual tests to check the editor doesn't crash when using shorthand hex color codes with the highlight color feature:

For this test it sets theme data with a color containing the #000 value.

This sets the initial content of the editor with a Paragraph block containing a mark tag (highlight formatting) with a #000 color.

This was addressed in Aztec Android https://github.com/wordpress-mobile/AztecEditor-Android/pull/1079 so to prevent future issues these tests were added.

To test all CI checks should pass.

PR submission checklist: