fix: e2e tests

pull/7358/head
Konstantinos Kaloutas 2022-11-17 17:02:25 +02:00
parent 47f7863651
commit f92e609af9
1 changed files with 7 additions and 7 deletions

View File

@ -69,7 +69,7 @@ test('set whiteboard title', async ({ page }) => {
})
test('select rectangle tool', async ({ page }) => {
await page.keyboard.press('8')
await page.keyboard.press('7')
await expect(page.locator('.tl-geometry-tools-pane-anchor [title*="Rectangle"]')).toHaveAttribute('data-selected', 'true')
})