Skip to content

Commit

Permalink
chore: tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-trixta committed Jun 23, 2021
1 parent 4c436b1 commit 68d80c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
10 changes: 6 additions & 4 deletions packages/semantic-ui/test/__snapshots__/Array.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ exports[`array fields checkboxes 1`] = `
className="field"
>
<div
aria-describedby={null}
aria-disabled={false}
aria-expanded={false}
aria-multiselectable={true}
Expand All @@ -74,13 +73,18 @@ exports[`array fields checkboxes 1`] = `
onChange={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDown={[Function]}
readOnly={false}
required={false}
role="listbox"
tabIndex={0}
>
<div
aria-atomic={true}
aria-live="polite"
className="text"
role="alert"
/>
<i
aria-hidden="true"
className="dropdown icon"
Expand Down Expand Up @@ -202,7 +206,6 @@ exports[`array fields fixed array 1`] = `
className="ui fluid input"
>
<input
aria-describedby={null}
autoFocus={false}
disabled={false}
id="root_0"
Expand Down Expand Up @@ -246,7 +249,6 @@ exports[`array fields fixed array 1`] = `
className="ui fluid input"
>
<input
aria-describedby={null}
autoFocus={false}
disabled={false}
id="root_1"
Expand Down
4 changes: 0 additions & 4 deletions packages/semantic-ui/test/__snapshots__/Form.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ exports[`single fields number field 1`] = `
className="ui fluid input"
>
<input
aria-describedby={null}
autoFocus={false}
disabled={false}
id="root"
Expand Down Expand Up @@ -107,7 +106,6 @@ exports[`single fields string field format email 1`] = `
className="ui fluid input"
>
<input
aria-describedby={null}
autoFocus={false}
disabled={false}
id="root"
Expand Down Expand Up @@ -146,7 +144,6 @@ exports[`single fields string field format uri 1`] = `
className="ui fluid input"
>
<input
aria-describedby={null}
autoFocus={false}
disabled={false}
id="root"
Expand Down Expand Up @@ -185,7 +182,6 @@ exports[`single fields string field regular 1`] = `
className="ui fluid input"
>
<input
aria-describedby={null}
autoFocus={false}
disabled={false}
id="root"
Expand Down
2 changes: 0 additions & 2 deletions packages/semantic-ui/test/__snapshots__/Object.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ exports[`object fields object 1`] = `
className="ui fluid input"
>
<input
aria-describedby={null}
autoFocus={false}
disabled={false}
id="root_a"
Expand Down Expand Up @@ -54,7 +53,6 @@ exports[`object fields object 1`] = `
className="ui fluid input"
>
<input
aria-describedby={null}
autoFocus={false}
disabled={false}
id="root_b"
Expand Down

0 comments on commit 68d80c6

Please sign in to comment.