Skip to content

Commit

Permalink
fix collab
Browse files Browse the repository at this point in the history
  • Loading branch information
2wheeh committed May 12, 2024
1 parent 4f31f42 commit c89ceb9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ test.describe('HTML CopyAndPaste', () => {
test('Copy + paste multiple text format', async ({page, isPlainText}) => {
test.skip(isPlainText);

await focusEditor(page);

const clipboard = {
'text/html': html`
<strong
Expand Down

0 comments on commit c89ceb9

Please sign in to comment.