Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
LJKaski committed Nov 15, 2024
1 parent 15c6e77 commit 98fcb15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ exports[`Basic dropdown should match snapshot 1`] = `
class="c2"
>
<ul
aria-activedescendant="test-id-item-1"
class="c8 fi-select-item-list c9 fi-dropdown_item-list"
id="test-id-popover"
role="listbox"
Expand Down Expand Up @@ -1344,6 +1345,7 @@ exports[`Controlled Dropdown should match snapshot 1`] = `
class="c2"
>
<ul
aria-activedescendant="test-id-item-2"
class="c8 fi-select-item-list c9 fi-dropdown_item-list"
id="test-id-popover"
role="listbox"
Expand Down Expand Up @@ -2035,6 +2037,7 @@ exports[`Dropdown with additional aria-label should match snapshot 1`] = `
class="c2"
>
<ul
aria-activedescendant="test-id-item-1"
class="c8 fi-select-item-list c9 fi-dropdown_item-list"
id="test-id-popover"
role="listbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,7 @@ exports[`has matching snapshot 1`] = `
class="c3"
>
<ul
aria-activedescendant=""
aria-multiselectable="true"
class="c17 fi-select-item-list c18"
id="3-popover"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,7 @@ exports[`has matching snapshot 1`] = `
class="c3"
>
<ul
aria-activedescendant=""
class="c15 fi-select-item-list c16"
id="2-popover"
role="listbox"
Expand Down

0 comments on commit 98fcb15

Please sign in to comment.