pull/6346/head
Peng Xiao 2022-10-02 13:19:49 +08:00
parent a4417c5f1a
commit e8e80ed2aa
1 changed files with 1 additions and 1 deletions

View File

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