mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
feat: fixed indentation test
This commit is contained in:
parent
96ff4276e0
commit
5142d46ddd
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user