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 1b1c8bf commit 14112c0Copy full SHA for 14112c0
dev/tests/js/jasmine/tests/app/code/Magento/Theme/view/frontend/web/js/cookie-status.test.js
@@ -1,4 +1,3 @@
1
-
2
/**
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
@@ -16,9 +15,11 @@ define([
16
15
navigator;
17
18
beforeEach(function () {
19
- $(document.body).append(htmlContainer);
20
widget = new Cookie();
21
navigator = window.navigator;
+ $('.modal-popup').remove();
+ $('#cookie-status').remove();
22
+ $(document.body).append(htmlContainer);
23
});
24
25
afterEach(function () {
0 commit comments