feat: fixed indentation test

This commit is contained in:
SamTV12345 2025-07-27 22:20:05 +02:00 committed by SamTV12345
parent 96ff4276e0
commit 5142d46ddd

View file

@ -38,7 +38,7 @@ test.describe('indentation button', function () {
await page.locator('.buttonicon-indent').click()
// type a bit, make a line break and type again
await padBody.locator('div').first().focus()
await padBody.focus()
await page.keyboard.type('line 1')
await page.keyboard.press('Enter');
await page.keyboard.type('line 2')