Skip to content

Conversation

web-padawan
Copy link
Member

@web-padawan web-padawan commented Aug 13, 2025

Description

Removed the test that seems flaky and sometimes fails in WebKit:

 ❌ accessibility > indent > should handle nested elements with indentation
      AssertionError: expected '<p>Normal</p><p>\tIndented with <stro…' to equal '<p>Normal</p><p>\tIndented with <stro…'
      + expected - actual
      
      -<p>Normal</p><p>	Indented with <strong>nested content</strong></p>
      +<p>Normal</p><p>	Indented with <strong>nested</strong> content</p>

Also, it actually uses incorrect setup: in fact, indent is only applied at the end when typing:

[
    { insert: 'Indented with ' },
    { attributes: { bold: true },  insert: 'nested'  },
    { insert: ' content"  },
    { attributes: { indent: 1 }, insert: '\n' }
]

Type of change

  • Test

Copy link

@web-padawan web-padawan merged commit 8b4ca33 into main Aug 14, 2025
9 checks passed
@web-padawan web-padawan deleted the test/remove-flaky-rte-test branch August 14, 2025 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants