Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 1, 2020
1 parent 1d8ddfe commit 5429ec7
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13617,22 +13617,10 @@ exports[`chromium /components/text-fields/ 1`] = `
<text>The</text>
<code>$SOME_CODE</code>
<text>prop transforms the text field into a</text>
<link>
<textarea>
<code>$SOME_CODE</code>
</link>
<text>element. Unless the</text>
<code>$SOME_CODE</code>
<text>
prop is set, the height of the text field dynamically matches its content
(using
</text>
<link>textarea</link>
<text>or a</text>
<link>TextareaAutosize</link>
<text>). You can use the</text>
<code>$SOME_CODE</code>
<text>and</text>
<code>$SOME_CODE</code>
<text>props to bound it.</text>
<text>.</text>
</paragraph>
<button>
A generic container that is programmatically focused to test keyboard
Expand Down Expand Up @@ -27050,13 +27038,10 @@ exports[`firefox /components/text-fields/ 1`] = `
</heading>
<paragraph>
<text>The multiline prop transforms the text field into a</text>
<link><textarea></link>
<text>
element. Unless the rows prop is set, the height of the text field
dynamically matches its content (using
</text>
<link>textarea</link>
<text>or a</text>
<link>TextareaAutosize</link>
<text>). You can use the rowsMin and rowsMax props to bound it.</text>
<text>.</text>
</paragraph>
<button>
A generic container that is programmatically focused to test keyboard
Expand Down

0 comments on commit 5429ec7

Please sign in to comment.