File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
packages/module/src/BulkSelect/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,11 @@ exports[`BulkSelect component should render 1`] = `
2323 type = " checkbox"
2424 />
2525 </label >
26- <p
27- class = " "
26+ <span
2827 data-ouia-component-id = " BulkSelect-text"
29- data-ouia-component-type = " PF5/Text"
30- data-ouia-safe = " true"
31- data-pf-content = " true"
3228 >
3329 2 selected
34- </p >
30+ </span >
3531 <button
3632 aria-expanded = " false"
3733 aria-label = " Bulk select toggle"
@@ -83,15 +79,11 @@ exports[`BulkSelect component should render 1`] = `
8379 type = " checkbox"
8480 />
8581 </label >
86- <p
87- class = " "
82+ <span
8883 data-ouia-component-id = " BulkSelect-text"
89- data-ouia-component-type = " PF5/Text"
90- data-ouia-safe = " true"
91- data-pf-content = " true"
9284 >
9385 2 selected
94- </p >
86+ </span >
9587 <button
9688 aria-expanded = " false"
9789 aria-label = " Bulk select toggle"
You can’t perform that action at this time.
0 commit comments