mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore: bump version (#3947)
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
import { test } from '@affine-test/kit/playwright';
|
||||
import { openHomePage } from '@affine-test/kit/utils/load-page';
|
||||
import {
|
||||
clickPageMoreActions,
|
||||
waitEditorLoad,
|
||||
} from '@affine-test/kit/utils/page-logic';
|
||||
import { expect } from '@playwright/test';
|
||||
|
||||
test('Click import page item', async ({ page }) => {
|
||||
await openHomePage(page);
|
||||
await waitEditorLoad(page);
|
||||
await clickPageMoreActions(page);
|
||||
const importItem = page.getByTestId('editor-option-menu-import');
|
||||
await importItem.click();
|
||||
const importModal = page.locator('import-page');
|
||||
|
||||
expect(await importModal.isVisible()).toBe(true);
|
||||
});
|
||||
Reference in New Issue
Block a user