Browse Source

fix: test description

Konstantinos Kaloutas 2 years ago
parent
commit
afdb5c259b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e2e-tests/whiteboards.spec.ts

+ 1 - 1
e2e-tests/whiteboards.spec.ts

@@ -184,7 +184,7 @@ test('undo the color switch', async ({ page }) => {
   await expect(page.locator('.logseq-tldraw .tl-ellipse-container ellipse:last-of-type')).toHaveAttribute('fill', 'var(--ls-wb-background-color-default)')
   await expect(page.locator('.logseq-tldraw .tl-ellipse-container ellipse:last-of-type')).toHaveAttribute('fill', 'var(--ls-wb-background-color-default)')
 })
 })
 
 
-test('undo the conversion', async ({ page }) => {
+test('undo the shape conversion', async ({ page }) => {
   await page.keyboard.press(modKey + '+z')
   await page.keyboard.press(modKey + '+z')
 
 
   await expect(page.locator('.logseq-tldraw .tl-box-container')).toHaveCount(2)
   await expect(page.locator('.logseq-tldraw .tl-box-container')).toHaveCount(2)