mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor: header options menu (#3615)
This commit is contained in:
@@ -46,6 +46,6 @@ export const createLinkedPage = async (page: Page, pageName?: string) => {
|
||||
export async function clickPageMoreActions(page: Page) {
|
||||
return page
|
||||
.getByTestId('editor-header-items')
|
||||
.getByTestId('editor-option-menu')
|
||||
.getByTestId('header-dropDownButton')
|
||||
.click();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user