mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
@@ -34,6 +34,10 @@ test('change language using keyboard', async ({ page }) => {
|
||||
await page.keyboard.press('ArrowDown', {
|
||||
delay: 50,
|
||||
});
|
||||
// incase the current language is the top one
|
||||
await page.keyboard.press('ArrowDown', {
|
||||
delay: 50,
|
||||
});
|
||||
await page.keyboard.press('Enter', {
|
||||
delay: 50,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user