Browse Source

fix: page rename e2e tests

Tienson Qin 2 years ago
parent
commit
51fb4f2c32
1 changed files with 0 additions and 1 deletions
  1. 0 1
      e2e-tests/history.spec.ts

+ 0 - 1
e2e-tests/history.spec.ts

@@ -43,7 +43,6 @@ test('undo/redo of a renamed page should be preserved', async ({ page, block })
   await page.waitForTimeout(500) // Wait for 500ms autosave period to expire
 
   await renamePage(page, randomString(10))
-  await page.click('.ui__confirm-modal button')
 
   await page.keyboard.press(modKey + '+z')
   await page.waitForTimeout(100)