Skip to content

Commit

Permalink
test(ComboBox): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiccarrington committed Nov 29, 2024
1 parent 191b287 commit 16e040f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ComboBox/ComboBox.unit.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ exports[`ComboBox snapshot should match snapshot label 1`] = `
aria-label="md-combo-box-input"
autoComplete="off"
className="md-combo-box-input"
clearAriaLabel=""
onInput={[Function]}
placeholder=""
value=""
Expand Down Expand Up @@ -228,6 +229,7 @@ exports[`ComboBox snapshot should match snapshot with className 1`] = `
aria-label="md-combo-box-input"
autoComplete="off"
className="md-combo-box-input"
clearAriaLabel=""
onInput={[Function]}
placeholder=""
value=""
Expand Down Expand Up @@ -398,6 +400,7 @@ exports[`ComboBox snapshot should match snapshot with noResultText 1`] = `
aria-label="md-combo-box-input"
autoComplete="off"
className="md-combo-box-input"
clearAriaLabel=""
onInput={[Function]}
placeholder=""
value=""
Expand Down Expand Up @@ -568,6 +571,7 @@ exports[`ComboBox snapshot should match snapshot with placeholder 1`] = `
aria-label="md-combo-box-input"
autoComplete="off"
className="md-combo-box-input"
clearAriaLabel=""
onInput={[Function]}
placeholder="ComboBox"
value=""
Expand Down Expand Up @@ -743,6 +747,7 @@ exports[`ComboBox snapshot should match snapshot with style 1`] = `
aria-label="md-combo-box-input"
autoComplete="off"
className="md-combo-box-input"
clearAriaLabel=""
onInput={[Function]}
placeholder=""
value=""
Expand Down Expand Up @@ -913,6 +918,7 @@ exports[`ComboBox snapshot should match snapshot with width 1`] = `
aria-label="md-combo-box-input"
autoComplete="off"
className="md-combo-box-input"
clearAriaLabel=""
onInput={[Function]}
placeholder=""
value=""
Expand Down Expand Up @@ -1096,6 +1102,7 @@ exports[`ComboBox snapshot should match snapshot withSection 1`] = `
aria-label="md-combo-box-input"
autoComplete="off"
className="md-combo-box-input"
clearAriaLabel=""
onInput={[Function]}
placeholder=""
value=""
Expand Down

0 comments on commit 16e040f

Please sign in to comment.