Skip to content

Commit 2913ee0

Browse files
PillContainer: Update grouped DOM snapshots
1 parent 180065d commit 2913ee0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/__snapshots__/story-based-tests.snapshot-test.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8587,7 +8587,7 @@ exports[`DOM snapshots SLDSPillContainer Bare Pill Container 1`] = `
85878587
role="presentation"
85888588
>
85898589
<span
8590-
aria-selected={false}
8590+
aria-selected={true}
85918591
className="slds-pill slds-pill_bare"
85928592
onBlur={[Function]}
85938593
onClick={[Function]}
@@ -8714,7 +8714,7 @@ exports[`DOM snapshots SLDSPillContainer Base Pill Container 1`] = `
87148714
role="presentation"
87158715
>
87168716
<span
8717-
aria-selected={false}
8717+
aria-selected={true}
87188718
className="slds-pill"
87198719
onBlur={[Function]}
87208720
onClick={[Function]}
@@ -8841,7 +8841,7 @@ exports[`DOM snapshots SLDSPillContainer Pill Container With Avatars 1`] = `
88418841
role="presentation"
88428842
>
88438843
<span
8844-
aria-selected={false}
8844+
aria-selected={true}
88458845
className="slds-pill"
88468846
onBlur={[Function]}
88478847
onClick={[Function]}
@@ -9000,7 +9000,7 @@ exports[`DOM snapshots SLDSPillContainer Pill Container With Icons 1`] = `
90009000
role="presentation"
90019001
>
90029002
<span
9003-
aria-selected={false}
9003+
aria-selected={true}
90049004
className="slds-pill"
90059005
onBlur={[Function]}
90069006
onClick={[Function]}

0 commit comments

Comments
 (0)