feat: support for view management (#2892)

This commit is contained in:
3720
2023-06-30 16:17:32 +08:00
committed by Alex Yang
parent 48e33e2d73
commit c60648ce9b
45 changed files with 1936 additions and 477 deletions
+6
View File
@@ -49,3 +49,9 @@ 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();
};