mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
Update test case for sortBy, select, orderBy component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user