chore: replace lang icon (#2281)

This commit is contained in:
JimmFly
2023-05-09 23:27:05 +08:00
committed by GitHub
parent 3c97e01513
commit b937c1b5f6
14 changed files with 323 additions and 213 deletions

View File

@@ -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');
});