Skip to content

Commit 7df0dce

Browse files
committed
update ui select test
1 parent 7ba037b commit 7df0dce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/uui-select/lib/uui-select.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const options: Array<Option> = [
1111
{ name: 'Strawberry', value: 'red' },
1212
];
1313

14+
const selectdVaue: string = 'orange';
15+
1416
describe('UUISelectElement', () => {
1517
let element: UUISelectElement;
1618
let input: HTMLSelectElement | null | undefined;
@@ -71,7 +73,7 @@ describe('UUISelect in Form', () => {
7173
<uui-select
7274
label="foo"
7375
name="bar"
74-
.value="orange"
76+
.value=${selectdVaue}
7577
.options=${options}></uui-select>
7678
</form>`,
7779
);

0 commit comments

Comments
 (0)