mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
feat(core): init organize (#7456)
This commit is contained in:
@@ -12,7 +12,7 @@ export async function clickEdgelessModeButton(page: Page) {
|
||||
}
|
||||
|
||||
export async function clickPageModeButton(page: Page) {
|
||||
page.getByTestId('switch-page-mode-button').click({
|
||||
await page.getByTestId('switch-page-mode-button').click({
|
||||
delay: 50,
|
||||
});
|
||||
await expect(
|
||||
|
||||
Reference in New Issue
Block a user