mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 13:57:02 +08:00
fix(core): fix flaky e2e test (#11308)
This commit is contained in:
@@ -10,7 +10,9 @@ export function getAllPage(page: Page) {
|
||||
|
||||
async function clickNewPageButton() {
|
||||
const newPageButton = page.getByTestId('new-page-button-trigger');
|
||||
return await newPageButton.click();
|
||||
return await newPageButton.click({
|
||||
timeout: 20000,
|
||||
});
|
||||
}
|
||||
|
||||
async function clickNewEdgelessDropdown() {
|
||||
|
||||
Reference in New Issue
Block a user