Skip to content

Commit 49ca700

Browse files
committed
refactor: let's give this a try
1 parent 79f0317 commit 49ca700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/select/select.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const testAction = () => {
5757
);
5858
const component = await mount(comp);
5959
const select = component.getByRole('combobox');
60-
const selected = await select.selectOption({ label: 'Test1' });
60+
const selected = await select.selectOption({ value: 'test1' });
6161
expect(selected).toContain(test);
6262
});
6363
};

0 commit comments

Comments
 (0)