Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
2wheeh committed Dec 20, 2023
1 parent 1f2ae68 commit de5441d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ test('Headings - can transform to Headings when it has text', async ({
`,
);

for (const level of [1, 2, 3, 4, 5, 6, 1]) {
await moveToEditorBeginning(page);
await moveToEditorBeginning(page);

for (const level of [1, 2, 3, 4, 5, 6, 1]) {
await page.keyboard.type(`${'#'.repeat(level)} `);

await assertHTML(
Expand Down

0 comments on commit de5441d

Please sign in to comment.