mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
feat: fixed indentation test
This commit is contained in:
parent
96ff4276e0
commit
5142d46ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue