|
@@ -18,7 +18,7 @@ describe('Stepper.vue', () => {
|
|
|
});
|
|
});
|
|
|
const input = wraper.find('input');
|
|
const input = wraper.find('input');
|
|
|
expect(wraper.contains('.nut-stepper-grey')).toBe(true);
|
|
expect(wraper.contains('.nut-stepper-grey')).toBe(true);
|
|
|
- expect(input.attributes('min')).toBe(minVal);
|
|
|
|
|
|
|
+ expect(input.attributes('min')).toBe('0');
|
|
|
expect(input.attributes('max')).toBe(maxVal);
|
|
expect(input.attributes('max')).toBe(maxVal);
|
|
|
});
|
|
});
|
|
|
|
|
|