Skip to content

Commit c738735

Browse files
committed
test(menu): remove leftover only
1 parent a33e531 commit c738735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/menu/test/basic/menu.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
213213
await expect(ionDidClose).toHaveReceivedEventDetail({ role: 'escape' });
214214
});
215215

216-
test.only('should not pass role when clicking a menu toggle button to close', async ({ page }) => {
216+
test('should not pass role when clicking a menu toggle button to close', async ({ page }) => {
217217
const ionDidOpen = await page.spyOnEvent('ionDidOpen');
218218
const ionWillClose = await page.spyOnEvent('ionWillClose');
219219
const ionDidClose = await page.spyOnEvent('ionDidClose');

0 commit comments

Comments
 (0)