Update playwright (#34036)

* Update playwright

* Make axe happier with TabbedView accessibility

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2026-06-30 13:12:56 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Michael Telatynski
parent b430edf43b
commit d88c1a1de8
7 changed files with 58 additions and 44 deletions
@@ -111,6 +111,7 @@ function TabLabel<T extends string>({ tab, isActive, showToolip, onClick }: ITab
aria-controls={id}
element="li"
title={showToolip ? label : undefined}
aria-labelledby={`${id}_label`}
>
{tabIcon}
<span className="mx_TabbedView_tabLabel_text" id={`${id}_label`}>