Update test case for sortBy, select, orderBy component

This commit is contained in:
2023-11-28 17:49:22 +07:00
parent ddf96492c9
commit 7bb83f74c8
20 changed files with 1412 additions and 413 deletions
@@ -8,11 +8,13 @@ exports[`Select Should render correctly 1`] = `
value="Temp value"
>
<option
data-testid="select-option"
value="Value 1"
>
Option 1
</option>
<option
data-testid="select-option"
value="Value 2"
>
Option 2