fix: e2e failure

pull/6825/head
Peng Xiao 2022-09-24 10:47:08 +08:00
parent 3c85585431
commit ca7a78b7d5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { test } from './fixtures'
test('enable whiteboards', async ({ page }) => {
await page.click('#head .toolbar-dots-btn')
await page.click('#head .dropdown-wrapper .ti-settings')
await page.click('#head .dropdown-wrapper >> text=Settings')
await page.click('.settings-modal a[data-id=features]')
await page.click('text=Whiteboards >> .. >> .ui__toggle')
await page.keyboard.press('Escape')