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
@@ -12,6 +12,7 @@ exports[`<TabbedView /> renders tabs 1`] = `
>
<li
aria-controls="mx_tabpanel_GENERAL"
aria-labelledby="mx_tabpanel_GENERAL_label"
aria-selected="true"
class="mx_AccessibleButton mx_TabbedView_tabLabel mx_TabbedView_tabLabel_active"
data-testid="settings-tab-GENERAL"
@@ -38,6 +39,7 @@ exports[`<TabbedView /> renders tabs 1`] = `
</li>
<li
aria-controls="mx_tabpanel_LABS"
aria-labelledby="mx_tabpanel_LABS_label"
aria-selected="false"
class="mx_AccessibleButton mx_TabbedView_tabLabel"
data-testid="settings-tab-LABS"
@@ -72,6 +74,7 @@ exports[`<TabbedView /> renders tabs 1`] = `
</li>
<li
aria-controls="mx_tabpanel_APPEARANCE"
aria-labelledby="mx_tabpanel_APPEARANCE_label"
aria-selected="false"
class="mx_AccessibleButton mx_TabbedView_tabLabel"
data-testid="settings-tab-APPEARANCE"