Skip to content

Commit facc679

Browse files
committed
update snap from pulling in new versions
1 parent 9117942 commit facc679

File tree

8 files changed

+70
-391
lines changed

8 files changed

+70
-391
lines changed

packages/module/src/DataViewCheckboxFilter/__snapshots__/DataViewCheckboxFilter.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ exports[`DataViewCheckboxFilter component should render correctly 1`] = `
135135
class="pf-v6-c-label__actions"
136136
>
137137
<button
138-
aria-disabled="false"
139138
aria-label="Close Workspace one"
140139
class="pf-v6-c-button pf-m-plain pf-m-no-padding"
141140
data-ouia-component-id="OUIA-Generated-Button-plain-1"
@@ -176,7 +175,6 @@ exports[`DataViewCheckboxFilter component should render correctly 1`] = `
176175
class="pf-v6-c-toolbar__item"
177176
>
178177
<button
179-
aria-disabled="false"
180178
class="pf-v6-c-button pf-m-link pf-m-inline"
181179
data-ouia-component-id="DataViewToolbar-clear-all-filters"
182180
data-ouia-component-type="PF6/Button"

packages/module/src/DataViewFilters/__snapshots__/DataViewFilters.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ exports[`DataViewFilters component should render correctly 1`] = `
2626
class="pf-v6-c-toolbar__toggle"
2727
>
2828
<button
29-
aria-disabled="false"
3029
aria-haspopup="false"
3130
aria-label="Show Filters"
3231
class="pf-v6-c-button pf-m-plain"
@@ -173,7 +172,6 @@ exports[`DataViewFilters component should render correctly 1`] = `
173172
class="pf-v6-c-toolbar__item"
174173
>
175174
<button
176-
aria-disabled="false"
177175
class="pf-v6-c-button pf-m-link pf-m-inline"
178176
data-ouia-component-id="DataViewToolbar-clear-all-filters"
179177
data-ouia-component-type="PF6/Button"

packages/module/src/DataViewTable/__snapshots__/DataViewTable.test.tsx.snap

Lines changed: 10 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -26,59 +26,39 @@ exports[`DataViewTable component should render a basic table correctly 1`] = `
2626
scope="col"
2727
tabindex="-1"
2828
>
29-
<span
30-
class="pf-v6-c-table__text"
31-
>
32-
Repositories
33-
</span>
29+
Repositories
3430
</th>
3531
<th
3632
class="pf-v6-c-table__th pf-m-truncate"
3733
data-ouia-component-id="TableExample-th-1"
3834
scope="col"
3935
tabindex="-1"
4036
>
41-
<span
42-
class="pf-v6-c-table__text"
43-
>
44-
Branches
45-
</span>
37+
Branches
4638
</th>
4739
<th
4840
class="pf-v6-c-table__th pf-m-truncate"
4941
data-ouia-component-id="TableExample-th-2"
5042
scope="col"
5143
tabindex="-1"
5244
>
53-
<span
54-
class="pf-v6-c-table__text"
55-
>
56-
Pull requests
57-
</span>
45+
Pull requests
5846
</th>
5947
<th
6048
class="pf-v6-c-table__th pf-m-truncate"
6149
data-ouia-component-id="TableExample-th-3"
6250
scope="col"
6351
tabindex="-1"
6452
>
65-
<span
66-
class="pf-v6-c-table__text"
67-
>
68-
Workspaces
69-
</span>
53+
Workspaces
7054
</th>
7155
<th
7256
class="pf-v6-c-table__th pf-m-truncate"
7357
data-ouia-component-id="TableExample-th-4"
7458
scope="col"
7559
tabindex="-1"
7660
>
77-
<span
78-
class="pf-v6-c-table__text"
79-
>
80-
Last commit
81-
</span>
61+
Last commit
8262
</th>
8363
</tr>
8464
</thead>
@@ -369,59 +349,39 @@ exports[`DataViewTable component should render a tree table correctly 1`] = `
369349
scope="col"
370350
tabindex="-1"
371351
>
372-
<span
373-
class="pf-v6-c-table__text"
374-
>
375-
Repositories
376-
</span>
352+
Repositories
377353
</th>
378354
<th
379355
class="pf-v6-c-table__th pf-m-truncate"
380356
data-ouia-component-id="TableExample-th-1"
381357
scope="col"
382358
tabindex="-1"
383359
>
384-
<span
385-
class="pf-v6-c-table__text"
386-
>
387-
Branches
388-
</span>
360+
Branches
389361
</th>
390362
<th
391363
class="pf-v6-c-table__th pf-m-truncate"
392364
data-ouia-component-id="TableExample-th-2"
393365
scope="col"
394366
tabindex="-1"
395367
>
396-
<span
397-
class="pf-v6-c-table__text"
398-
>
399-
Pull requests
400-
</span>
368+
Pull requests
401369
</th>
402370
<th
403371
class="pf-v6-c-table__th pf-m-truncate"
404372
data-ouia-component-id="TableExample-th-3"
405373
scope="col"
406374
tabindex="-1"
407375
>
408-
<span
409-
class="pf-v6-c-table__text"
410-
>
411-
Workspaces
412-
</span>
376+
Workspaces
413377
</th>
414378
<th
415379
class="pf-v6-c-table__th pf-m-truncate"
416380
data-ouia-component-id="TableExample-th-4"
417381
scope="col"
418382
tabindex="-1"
419383
>
420-
<span
421-
class="pf-v6-c-table__text"
422-
>
423-
Last commit
424-
</span>
384+
Last commit
425385
</th>
426386
</tr>
427387
</thead>
@@ -451,7 +411,6 @@ exports[`DataViewTable component should render a tree table correctly 1`] = `
451411
class="pf-v6-c-table__toggle"
452412
>
453413
<button
454-
aria-disabled="false"
455414
aria-expanded="false"
456415
aria-label="Expand row 0"
457416
class="pf-v6-c-button pf-m-plain"
@@ -497,7 +456,6 @@ exports[`DataViewTable component should render a tree table correctly 1`] = `
497456
class="pf-v6-c-table__tree-view-details-toggle"
498457
>
499458
<button
500-
aria-disabled="false"
501459
aria-expanded="false"
502460
aria-label="Show row details"
503461
class="pf-v6-c-button pf-m-plain"
@@ -593,7 +551,6 @@ exports[`DataViewTable component should render a tree table correctly 1`] = `
593551
class="pf-v6-c-table__tree-view-details-toggle"
594552
>
595553
<button
596-
aria-disabled="false"
597554
aria-expanded="false"
598555
aria-label="Show row details"
599556
class="pf-v6-c-button pf-m-plain"
@@ -689,7 +646,6 @@ exports[`DataViewTable component should render a tree table correctly 1`] = `
689646
class="pf-v6-c-table__tree-view-details-toggle"
690647
>
691648
<button
692-
aria-disabled="false"
693649
aria-expanded="false"
694650
aria-label="Show row details"
695651
class="pf-v6-c-button pf-m-plain"
@@ -775,7 +731,6 @@ exports[`DataViewTable component should render a tree table correctly 1`] = `
775731
class="pf-v6-c-table__toggle"
776732
>
777733
<button
778-
aria-disabled="false"
779734
aria-expanded="false"
780735
aria-label="Expand row 3"
781736
class="pf-v6-c-button pf-m-plain"
@@ -821,7 +776,6 @@ exports[`DataViewTable component should render a tree table correctly 1`] = `
821776
class="pf-v6-c-table__tree-view-details-toggle"
822777
>
823778
<button
824-
aria-disabled="false"
825779
aria-expanded="false"
826780
aria-label="Show row details"
827781
class="pf-v6-c-button pf-m-plain"
@@ -917,7 +871,6 @@ exports[`DataViewTable component should render a tree table correctly 1`] = `
917871
class="pf-v6-c-table__tree-view-details-toggle"
918872
>
919873
<button
920-
aria-disabled="false"
921874
aria-expanded="false"
922875
aria-label="Show row details"
923876
class="pf-v6-c-button pf-m-plain"
@@ -1012,7 +965,6 @@ exports[`DataViewTable component should render a tree table correctly 1`] = `
1012965
class="pf-v6-c-table__tree-view-details-toggle"
1013966
>
1014967
<button
1015-
aria-disabled="false"
1016968
aria-expanded="false"
1017969
aria-label="Show row details"
1018970
class="pf-v6-c-button pf-m-plain"

0 commit comments

Comments
 (0)