Skip to content

Commit

Permalink
Exclude a test from webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Nov 10, 2023
1 parent 65a624c commit 00505c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/specs/editor/various/rich-text.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 00505c6

Please sign in to comment.