@@ -69,7 +69,7 @@ it('should handle aria-owns and aria-controls with elements outside the parent t await page.getByRole('main').getByRole('region', { ariaChildren: true }).getByRole('heading', { name: 'Features' }).click(); }); -it('should handle nested roles with aria-owns', async ({ page }) => { +it('should work with nested roles with aria-owns', async ({ page }) => { await page.setContent(`
Node 1
@@ -81,7 +81,7 @@ it('should handle nested roles with aria-owns', async ({ page }) => { await expect(treeItem).toHaveText('Node 1'); }); -it('should handle aria-controls with nested elements', async ({ page }) => { +it('should work with aria-controls with nested elements', async ({ page }) => { await page.setContent(`
@@ -95,7 +95,7 @@ it('should handle aria-controls with nested elements', async ({ page }) => { await expect(tabPanel).toHaveText('Panel 1 Content'); }); -it('should handle accordion with aria-controls', async ({ page }) => { +it('should work with aria-controls', async ({ page }) => { await page.setContent(`
@@ -109,7 +109,7 @@ it('should handle accordion with aria-controls', async ({ page }) => { await expect(section).toHaveText('Section 1 Content'); }); -it('should handle aria-owns with mixed roles', async ({ page }) => { +it('should work with aria-owns with mixed roles', async ({ page }) => { await page.setContent(`
@@ -126,7 +126,7 @@ it('should handle aria-owns with mixed roles', async ({ page }) => { }); -it('should handle aria-owns with role changes', async ({ page }) => { +it('should work with aria-owns with role changes', async ({ page }) => { await page.setContent(`