feat: new collections (#4530)

Co-authored-by: Peng Xiao <pengxiao@outlook.com>
This commit is contained in:
3720
2023-10-27 09:06:59 +00:00
committed by GitHub
co-authored by Peng Xiao
parent 9fc0152cb1
commit ef8024c657
133 changed files with 8382 additions and 3743 deletions
@@ -22,7 +22,6 @@ const keyboardDownAndSelect = async (page: Page, label: string) => {
) {
await keyboardDownAndSelect(page, label);
} else {
await page.pause();
await page.keyboard.press('Enter');
}
};