Skip to content
Snippets Groups Projects

fix(a11y): Added aria roles to lists

Merged Pierre Ecarlat requested to merge a11y/lists into dev
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
@@ -25,7 +25,7 @@ exports[`SgeConnectView component should be rendered correctly 1`] = `
</div>
<button
aria-label="header.accessibility.button_open_feedbacks"
class="MuiButtonBase-root MuiIconButton-root header-feedbacks-button"
class="MuiButtonBase-root MuiIconButton-root WithStyles(ForwardRef(IconButton))-root-1 header-feedbacks-button"
tabindex="0"
type="button"
>
@@ -125,10 +125,10 @@ exports[`SgeConnectView component should be rendered correctly 1`] = `
/>
<fieldset
aria-hidden="true"
class="PrivateNotchedOutline-root-1 MuiOutlinedInput-notchedOutline"
class="PrivateNotchedOutline-root-2 MuiOutlinedInput-notchedOutline"
>
<legend
class="PrivateNotchedOutline-legendLabelled-3"
class="PrivateNotchedOutline-legendLabelled-4"
>
<span>
auth.enedissgegrandlyon.firstName
@@ -170,10 +170,10 @@ exports[`SgeConnectView component should be rendered correctly 1`] = `
/>
<fieldset
aria-hidden="true"
class="PrivateNotchedOutline-root-1 MuiOutlinedInput-notchedOutline"
class="PrivateNotchedOutline-root-2 MuiOutlinedInput-notchedOutline"
>
<legend
class="PrivateNotchedOutline-legendLabelled-3"
class="PrivateNotchedOutline-legendLabelled-4"
>
<span>
auth.enedissgegrandlyon.lastName
@@ -221,10 +221,10 @@ exports[`SgeConnectView component should be rendered correctly 1`] = `
/>
<fieldset
aria-hidden="true"
class="PrivateNotchedOutline-root-1 MuiOutlinedInput-notchedOutline"
class="PrivateNotchedOutline-root-2 MuiOutlinedInput-notchedOutline"
>
<legend
class="PrivateNotchedOutline-legendLabelled-3"
class="PrivateNotchedOutline-legendLabelled-4"
>
<span>
auth.enedissgegrandlyon.pdlLabel
Loading