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 1b95747 commit 8bbc4f1Copy full SHA for 8bbc4f1
dev/tests/js/jasmine/tests/lib/mage/translate-inline.test.js
@@ -45,6 +45,7 @@ define([
45
dialogVisibleAfterTriggerEdit = translateInline.is(':visible');
46
expect(isDialogHiddenOnInit).toBe(true);
47
expect(dialogVisibleAfterTriggerEdit).toBe(true);
48
+ expect($('body').find('.window-translate-inline')).not.toBe(null);
49
});
50
51
it('Check translation form template', function () {
0 commit comments