We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdad31 commit 82e0173Copy full SHA for 82e0173
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/date-time.test.js
@@ -62,7 +62,7 @@ define([
62
63
it('Check onShiftedValueChange function', function () {
64
spyOn(moment, 'tz').and.callThrough();
65
- model.onShiftedValueChange('2016-12-23 9:11 PM');
+ model.onShiftedValueChange('12/23/2016 9:11 PM');
66
expect(moment.tz).toHaveBeenCalled();
67
});
68
0 commit comments