瀏覽代碼

fix: test description

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)