Konstantinos Kaloutas пре 2 година
родитељ
комит
afdb5c259b
1 измењених фајлова са 1 додато и 1 уклоњено
  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)')
 })
 
-test('undo the conversion', async ({ page }) => {
+test('undo the shape conversion', async ({ page }) => {
   await page.keyboard.press(modKey + '+z')
 
   await expect(page.locator('.logseq-tldraw .tl-box-container')).toHaveCount(2)