mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 00:26:51 +08:00
test: improve e2e test of export html
This commit is contained in:
@@ -5,7 +5,7 @@ loadPage();
|
||||
|
||||
test.describe('Local first export page', () => {
|
||||
test('New a page ,then open it and export html', async ({ page }) => {
|
||||
await page.getByText('New Page').click();
|
||||
await newPage(page);
|
||||
await page.getByPlaceholder('Title').click();
|
||||
await page
|
||||
.getByPlaceholder('Title')
|
||||
|
||||
Reference in New Issue
Block a user