mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
test: skip searchArrowButton test case
This commit is contained in:
@@ -32,7 +32,7 @@ test.describe('Open quick search', () => {
|
|||||||
await expect(quickSearch).toBeVisible();
|
await expect(quickSearch).toBeVisible();
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Click arrowDown icon after title', async ({ page }) => {
|
test.skip('Click arrowDown icon after title', async ({ page }) => {
|
||||||
await newPage(page);
|
await newPage(page);
|
||||||
const quickSearchButton = page.locator(
|
const quickSearchButton = page.locator(
|
||||||
'[data-testid=header-quickSearchButton]'
|
'[data-testid=header-quickSearchButton]'
|
||||||
|
|||||||
Reference in New Issue
Block a user