mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +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();
|
||||
});
|
||||
|
||||
test('Click arrowDown icon after title', async ({ page }) => {
|
||||
test.skip('Click arrowDown icon after title', async ({ page }) => {
|
||||
await newPage(page);
|
||||
const quickSearchButton = page.locator(
|
||||
'[data-testid=header-quickSearchButton]'
|
||||
|
||||
Reference in New Issue
Block a user