Skip to content

Commit 4c384fc

Browse files
committed
fixup! fixup! ✨(frontend) fix toggle panel button a11y with dynamic label
1 parent 37ad02d commit 4c384fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/apps/e2e/__tests__/app-impress/doc-grid-dnd.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect, test } from '@playwright/test';
22

3-
import { createDoc, mockedListDocs, openHeaderMenu } from './utils-common';
3+
import { createDoc, mockedListDocs, toggleHeaderMenu } from './utils-common';
44
import { createRootSubPage } from './utils-sub-pages';
55

66
test.describe('Doc grid dnd', () => {
@@ -185,7 +185,7 @@ test.describe('Doc grid dnd mobile', () => {
185185
true,
186186
);
187187

188-
await openHeaderMenu(page);
188+
await toggleHeaderMenu(page);
189189

190190
await expect(page.locator('.--docs-sub-page-item').first()).toHaveAttribute(
191191
'draggable',

0 commit comments

Comments
 (0)