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 5cc2dc7 commit 7a88ffcCopy full SHA for 7a88ffc
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/grid/columns/image-preview.test.js
@@ -65,7 +65,7 @@ define([
65
66
describe('handleKeyDown method', function () {
67
68
- it('veify record changed on key down', function () {
+ it('verify record changed on key down', function () {
69
var imageMock = document.createElement('img'),
70
originMock = $.fn.get;
71
@@ -80,7 +80,7 @@ define([
80
$.fn.get = originMock;
81
});
82
83
- it('veify record not changed on key down when active element input', function () {
+ it('verify record not changed on key down when active element input', function () {
84
var input = $('<input id=\'input-fixture\'/>');
85
86
$(document.body).append(input);
0 commit comments