chore: remove legacy tests (#9183)

This commit is contained in:
liuyi
2024-12-17 17:06:28 +08:00
committed by GitHub
parent 27d4aa7ca7
commit b0e64fe516
79 changed files with 45 additions and 12448 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ test('image preview should be shown', async ({ page, browser }) => {
const title = getBlockSuiteEditorTitle(page);
await title.click();
await page.keyboard.press('Enter');
await importImage(page, 'http://localhost:8081/large-image.png');
await importImage(page, 'large-image.png');
// enable share page and copy page link
await enableShare(page);