refactor: header options menu (#3615)

This commit is contained in:
JimmFly
2023-08-09 01:14:24 +08:00
committed by GitHub
parent 7d16a8348c
commit 4e84b9a121
21 changed files with 183 additions and 128 deletions

View File

@@ -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();
}