mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
refactor!: remove next.js (#3267)
This commit is contained in:
@@ -49,9 +49,3 @@ export async function clickPageMoreActions(page: Page) {
|
||||
.getByTestId('editor-option-menu')
|
||||
.click();
|
||||
}
|
||||
|
||||
export const closeDownloadTip = async (page: Page) => {
|
||||
await page
|
||||
.locator('[data-testid="download-client-tip-close-button"]')
|
||||
.click();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user