Skip to content

Commit

Permalink
Update the test snapshots to reflect updates to the autocomplete library
Browse files Browse the repository at this point in the history
  • Loading branch information
inulty-dfe authored and elceebee committed Oct 18, 2024
1 parent d0764a0 commit 392722f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ exports[`initAutocomplete should instantiate an autocomplete 1`] = `
<input
aria-autocomplete="list"
aria-controls="form-field-id__listbox"
aria-describedby="form-field-id__assistiveHint"
aria-expanded="false"
aria-owns="form-field-id__listbox"
autocomplete="off"
class="autocomplete__input autocomplete__input--show-all-values"
id="form-field-id"
Expand All @@ -70,6 +70,7 @@ exports[`initAutocomplete should instantiate an autocomplete 1`] = `
</g>
</svg>
<ul
aria-labelledby="form-field-id"
class="autocomplete__menu autocomplete__menu--inline autocomplete__menu--hidden"
id="form-field-id__listbox"
role="listbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ exports[`initAutoSuggest should instantiate an autosuggest 1`] = `
<input
aria-autocomplete="list"
aria-controls="form-field-id__listbox"
aria-describedby="form-field-id__assistiveHint"
aria-expanded="false"
aria-owns="form-field-id__listbox"
autocomplete="off"
class="autocomplete__input autocomplete__input--default"
id="form-field-id"
Expand All @@ -62,6 +62,7 @@ exports[`initAutoSuggest should instantiate an autosuggest 1`] = `
/>
<ul
aria-labelledby="form-field-id"
class="autocomplete__menu autocomplete__menu--inline autocomplete__menu--hidden"
id="form-field-id__listbox"
role="listbox"
Expand Down

0 comments on commit 392722f

Please sign in to comment.