Skip to content

Commit 3316d06

Browse files
committed
test: improve test title
1 parent 546c4a7 commit 3316d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user-event/__tests__/toggle-selectoptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ test('toggle options as expected', async () => {
8585
expect(element).toHaveFormValues({select: ['1', '2']})
8686
})
8787

88-
test('sets the selected prop on the selected OPTION using nodes', async () => {
88+
test('sets the selected prop on the selected option using option html elements', async () => {
8989
const {select, options} = setupSelect({multiple: true})
9090
const [o1, o2, o3] = options
9191
await userEvent.toggleSelectOptions(select, [o3, o2])

0 commit comments

Comments
 (0)