mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(modal): re-enable focus test on firefox (#25279)
This commit is contained in:
@ -43,8 +43,6 @@ test.describe('modal: focus trapping', () => {
|
||||
page,
|
||||
browserName,
|
||||
}) => {
|
||||
// TODO FW-1436
|
||||
test.skip(browserName === 'firefox', 'Focus is flaky on Firefox');
|
||||
await page.goto('/src/components/modal/test/basic');
|
||||
const ionModalDidPresent = await page.spyOnEvent('ionModalDidPresent');
|
||||
const ionModalDidDismiss = await page.spyOnEvent('ionModalDidDismiss');
|
||||
|
Reference in New Issue
Block a user