mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
refactor(core): remove all MUI related components and utilities (#4941)
This commit is contained in:
@@ -14,6 +14,10 @@ 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('Page');
|
||||
|
||||
const settingModal = page.getByTestId('setting-modal');
|
||||
await expect(settingModal).toBeVisible();
|
||||
|
||||
const title = page.getByTestId('keyboard-shortcuts-title');
|
||||
await expect(title).toBeVisible();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user