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 36da159 commit 1385431Copy full SHA for 1385431
dev/tests/js/jasmine/tests/app/code/Magento/PageCache/frontend/js/page-cache.test.js
@@ -39,7 +39,7 @@ define([
39
40
it('on empty node comments() returns empty Array', function () {
41
expect($(element).comments()).toEqual([]);
42
- expect($(iframe).insertAfter('body').comments()).toEqual([]);
+ expect($(iframe).comments()).toEqual([]);
43
});
44
45
it('on non-empty node comments() returns empty Array with nodes', function () {
0 commit comments