Skip to content

Commit 70fe8a5

Browse files
committed
test: fix name
1 parent 05658dc commit 70fe8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ApiFormItemElement.enum.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('ApiFormItemElement', () => {
112112
assert.equal(item.getAttribute('data-value'), '', 'has no value');
113113
});
114114

115-
it('renders template when no enum values', async () => {
115+
it('renders listBox with selected item', async () => {
116116
element.model = {
117117
name: '',
118118
value: 50,

0 commit comments

Comments
 (0)