Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Whyte committed Dec 5, 2024
1 parent 2b43bbc commit d650038
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ exports[`renderer snapshots correct answer: correct answer 1`] = `
>
<label
class="text_f1191h-o_O-LabelLarge_5s82ln"
id="uid-dropdown-widget-2-dropdown-label"
for="uid-dropdown-widget-1-dropdown"
>
Test visible label
</label>
Expand All @@ -365,14 +365,13 @@ exports[`renderer snapshots correct answer: correct answer 1`] = `
data-testid="dropdown-live-region"
/>
<button
aria-controls="uid-single-select-dropdown-3-wb-id"
aria-controls="uid-single-select-dropdown-1-wb-id"
aria-disabled="false"
aria-expanded="false"
aria-haspopup="listbox"
aria-label="Test ARIA label"
aria-labelledby="uid-dropdown-widget-2-dropdown-label"
class="button_vr44p2-o_O-shared_u51dsh-o_O-default_3ie67y"
id="uid-dropdown-widget-2-dropdown"
id="uid-dropdown-widget-1-dropdown"
role="combobox"
type="button"
>
Expand Down Expand Up @@ -429,7 +428,7 @@ exports[`renderer snapshots incorrect answer: incorrect answer 1`] = `
>
<label
class="text_f1191h-o_O-LabelLarge_5s82ln"
id="uid-dropdown-widget-4-dropdown-label"
for="uid-dropdown-widget-2-dropdown"
>
Test visible label
</label>
Expand All @@ -444,14 +443,13 @@ exports[`renderer snapshots incorrect answer: incorrect answer 1`] = `
data-testid="dropdown-live-region"
/>
<button
aria-controls="uid-single-select-dropdown-5-wb-id"
aria-controls="uid-single-select-dropdown-2-wb-id"
aria-disabled="false"
aria-expanded="false"
aria-haspopup="listbox"
aria-label="Test ARIA label"
aria-labelledby="uid-dropdown-widget-4-dropdown-label"
class="button_vr44p2-o_O-shared_u51dsh-o_O-default_3ie67y"
id="uid-dropdown-widget-4-dropdown"
id="uid-dropdown-widget-2-dropdown"
role="combobox"
type="button"
>
Expand Down Expand Up @@ -508,7 +506,7 @@ exports[`renderer snapshots initial render: initial render 1`] = `
>
<label
class="text_f1191h-o_O-LabelLarge_5s82ln"
id="uid-dropdown-widget-0-dropdown-label"
for="uid-dropdown-widget-0-dropdown"
>
Test visible label
</label>
Expand All @@ -523,12 +521,11 @@ exports[`renderer snapshots initial render: initial render 1`] = `
data-testid="dropdown-live-region"
/>
<button
aria-controls="uid-single-select-dropdown-1-wb-id"
aria-controls="uid-single-select-dropdown-0-wb-id"
aria-disabled="false"
aria-expanded="false"
aria-haspopup="listbox"
aria-label="Test ARIA label"
aria-labelledby="uid-dropdown-widget-0-dropdown-label"
class="button_vr44p2-o_O-shared_u51dsh-o_O-default_3ie67y"
id="uid-dropdown-widget-0-dropdown"
role="combobox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ exports[`Dropdown widget should snapshot when opened: dropdown open 1`] = `
3 items
</span>
<button
aria-controls="uid-single-select-dropdown-3-wb-id"
aria-controls="uid-single-select-dropdown-1-wb-id"
aria-disabled="false"
aria-expanded="true"
aria-haspopup="listbox"
aria-label="Select an answer"
aria-labelledby="uid-dropdown-widget-2-dropdown-label"
class="button_vr44p2-o_O-shared_u51dsh-o_O-default_3ie67y"
id="uid-dropdown-widget-2-dropdown"
id="uid-dropdown-widget-1-dropdown"
role="combobox"
type="button"
>
Expand Down Expand Up @@ -105,12 +104,11 @@ exports[`Dropdown widget should snapshot: initial render 1`] = `
data-testid="dropdown-live-region"
/>
<button
aria-controls="uid-single-select-dropdown-1-wb-id"
aria-controls="uid-single-select-dropdown-0-wb-id"
aria-disabled="false"
aria-expanded="false"
aria-haspopup="listbox"
aria-label="Select an answer"
aria-labelledby="uid-dropdown-widget-0-dropdown-label"
class="button_vr44p2-o_O-shared_u51dsh-o_O-default_3ie67y"
id="uid-dropdown-widget-0-dropdown"
role="combobox"
Expand Down

0 comments on commit d650038

Please sign in to comment.