Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Nov 30, 2022
1 parent e5ca0b3 commit 1b9e935
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,20 @@ exports[`Navigation tests default renderer 1`] = `
>
<ForwardRef(WithStyles(ForwardRef(FormControl)))>
<ForwardRef(WithStyles(ForwardRef(Select)))
aria-label="navigationButtonsLocation"
aria-label="navigationButtonsStyle"
disabled={true}
id="navigationButtonsLocation"
name="navigationButtonsLocation"
id="navigationButtonsStyle"
name="navigationButtonsStyle"
onChange={[Function]}
value="On the sides"
value="sides"
>
<ForwardRef(WithStyles(ForwardRef(MenuItem)))
value="On the sides"
value="sides"
>
On the sides
</ForwardRef(WithStyles(ForwardRef(MenuItem)))>
<ForwardRef(WithStyles(ForwardRef(MenuItem)))
value="On top"
value="top"
>
On top
</ForwardRef(WithStyles(ForwardRef(MenuItem)))>
Expand Down Expand Up @@ -334,22 +334,22 @@ exports[`Navigation tests switchs behavior 1`] = `
>
<WithStyles(ForwardRef(FormControl))>
<WithStyles(ForwardRef(Select))
aria-label="navigationButtonsLocation"
aria-label="navigationButtonsStyle"
disabled={true}
id="navigationButtonsLocation"
name="navigationButtonsLocation"
id="navigationButtonsStyle"
name="navigationButtonsStyle"
onChange={[Function]}
value="On the sides"
value="sides"
>
<WithStyles(ForwardRef(MenuItem))
key="On the sides"
value="On the sides"
key="sides"
value="sides"
>
On the sides
</WithStyles(ForwardRef(MenuItem))>
<WithStyles(ForwardRef(MenuItem))
key="On top"
value="On top"
key="top"
value="top"
>
On top
</WithStyles(ForwardRef(MenuItem))>
Expand Down Expand Up @@ -579,22 +579,22 @@ exports[`Navigation tests switchs behavior 2`] = `
>
<WithStyles(ForwardRef(FormControl))>
<WithStyles(ForwardRef(Select))
aria-label="navigationButtonsLocation"
aria-label="navigationButtonsStyle"
disabled={false}
id="navigationButtonsLocation"
name="navigationButtonsLocation"
id="navigationButtonsStyle"
name="navigationButtonsStyle"
onChange={[Function]}
value="On the sides"
value="sides"
>
<WithStyles(ForwardRef(MenuItem))
key="On the sides"
value="On the sides"
key="sides"
value="sides"
>
On the sides
</WithStyles(ForwardRef(MenuItem))>
<WithStyles(ForwardRef(MenuItem))
key="On top"
value="On top"
key="top"
value="top"
>
On top
</WithStyles(ForwardRef(MenuItem))>
Expand Down

0 comments on commit 1b9e935

Please sign in to comment.