mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
chore: replace lang icon (#2281)
This commit is contained in:
@@ -16,5 +16,5 @@ test('Open shortcuts modal', async ({ page }) => {
|
||||
await shortcutsIcon.click();
|
||||
await page.waitForTimeout(1000);
|
||||
const shortcutsModal = page.locator('[data-testid=shortcuts-modal]');
|
||||
await expect(shortcutsModal).toContainText('Keyboard Shortcuts');
|
||||
await expect(shortcutsModal).toContainText('Keyboard shortcuts');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user