test(overlays): re-enable hidden focusable element test (#26685)

This commit is contained in:
Amanda Johnston
2023-01-27 09:04:07 -06:00
committed by GitHub
parent a687457936
commit 63afc279e5

View File

@@ -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] {