Skip to content

Commit 546c4a7

Browse files
kentcdoddseps1lon
andauthored
test: improve test title
Co-authored-by: Sebastian Silbermann <[email protected]>
1 parent 68e13f2 commit 546c4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user-event/__tests__/select-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test('fires correct events on multi-selects', async () => {
5959
expect(o3.selected).toBe(true)
6060
})
6161

62-
test('sets the selected prop on the selected OPTION using nodes', async () => {
62+
test('sets the selected prop on the selected OPTION using option html elements', async () => {
6363
const {select, options} = setupSelect()
6464
const [o1, o2, o3] = options
6565
await userEvent.selectOptions(select, o1)

0 commit comments

Comments
 (0)