From 00505c6b4362abb138a4edc59ecfc33111d30751 Mon Sep 17 00:00:00 2001 From: Ella Date: Fri, 10 Nov 2023 18:45:42 +0200 Subject: [PATCH] Exclude a test from webkit --- test/e2e/specs/editor/various/rich-text.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/specs/editor/various/rich-text.spec.js b/test/e2e/specs/editor/various/rich-text.spec.js index 63acabd5e594b..a744e41608b9b 100644 --- a/test/e2e/specs/editor/various/rich-text.spec.js +++ b/test/e2e/specs/editor/various/rich-text.spec.js @@ -609,7 +609,8 @@ test.describe( 'RichText (@firefox, @webkit)', () => { ] ); } ); - test( 'should preserve internal formatting', async ( { + // For some reason, tabbing in the highlight popover doesn't work in WebKit. + test( 'should preserve internal formatting (-webkit)', async ( { page, editor, pageUtils,