mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(overlays): re-enable hidden focusable element test (#26685)
This commit is contained in:
@@ -108,8 +108,8 @@ test.describe('overlays: focus', () => {
|
||||
test.beforeEach(({ skip }) => {
|
||||
skip.rtl();
|
||||
});
|
||||
// TODO FW-3080
|
||||
test.skip('should not select a hidden focusable element', async ({ page, browserName }) => {
|
||||
|
||||
test('should not select a hidden focusable element', async ({ page, browserName }) => {
|
||||
await page.setContent(`
|
||||
<style>
|
||||
[hidden] {
|
||||
|
||||
Reference in New Issue
Block a user