Skip to content

Commit 4cea9a2

Browse files
iobuhovgjulivan
authored andcommitted
chore: update snapshots
1 parent e300824 commit 4cea9a2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/pluggableWidgets/datagrid-number-filter-web/src/components/__tests__/__snapshots__/DatagridNumberFilter.spec.tsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ exports[`Number Filter with single instance with multiple attributes renders cor
3535
</div>
3636
</div>
3737
<input
38+
aria-label="filter"
3839
class="form-control filter-input"
3940
type="text"
4041
value=""
@@ -88,6 +89,7 @@ exports[`Number Filter with single instance with single attribute renders correc
8889
</div>
8990
</div>
9091
<input
92+
aria-label="filter"
9193
class="form-control filter-input"
9294
type="text"
9395
value=""

packages/pluggableWidgets/datagrid-text-filter-web/src/components/__tests__/__snapshots__/DatagridTextFilter.spec.tsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ exports[`Text Filter with single instance with multiple attributes renders corre
3535
</div>
3636
</div>
3737
<input
38+
aria-label="filter"
3839
class="form-control filter-input"
3940
type="text"
4041
value=""
@@ -88,6 +89,7 @@ exports[`Text Filter with single instance with single attribute renders correctl
8889
</div>
8990
</div>
9091
<input
92+
aria-label="filter"
9193
class="form-control filter-input"
9294
type="text"
9395
value=""

0 commit comments

Comments
 (0)