Skip to content

Commit 1385431

Browse files
committed
Check iframe test
1 parent 36da159 commit 1385431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/PageCache/frontend/js/page-cache.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ define([
3939

4040
it('on empty node comments() returns empty Array', function () {
4141
expect($(element).comments()).toEqual([]);
42-
expect($(iframe).insertAfter('body').comments()).toEqual([]);
42+
expect($(iframe).comments()).toEqual([]);
4343
});
4444

4545
it('on non-empty node comments() returns empty Array with nodes', function () {

0 commit comments

Comments
 (0)