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 78e1386 commit 1b1c8bfCopy full SHA for 1b1c8bf
dev/tests/js/jasmine/tests/app/code/Magento/Theme/view/frontend/web/js/cookie-status.test.js
@@ -25,11 +25,11 @@ define([
25
window.navigator = navigator;
26
});
27
28
- it('verify initialization cookieStatus widget', function () {
+ it('defines cookieStatus widget', function () {
29
expect($.fn.cookieStatus).toBeDefined();
30
31
32
- it('verify that modal does not shows when cookies are supported', function () {
+ it('does not show a modal when cookies are supported', function () {
33
window.navigator = {
34
cookieEnabled: true
35
};
0 commit comments