Skip to content

Commit

Permalink
test(menu): remove leftover only
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Oct 21, 2024
1 parent a33e531 commit c738735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/menu/test/basic/menu.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
await expect(ionDidClose).toHaveReceivedEventDetail({ role: 'escape' });
});

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

0 comments on commit c738735

Please sign in to comment.