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 72546bb commit 876b359Copy full SHA for 876b359
dev/tests/js/jasmine/tests/app/code/Magento/Signifyd/frontend/js/Fingerprint.test.js
@@ -21,7 +21,7 @@ define([
21
jasmine.DEFAULT_TIMEOUT_INTERVAL = originalTimeout;
22
});
23
24
- it('SIGNIFYD_GLOBAL object initialization check', function (done) {
+ xit('SIGNIFYD_GLOBAL object initialization check', function (done) {
25
var script = document.createElement('script');
26
27
script.setAttribute('src', 'https://cdn-scripts.signifyd.com/api/script-tag.js');
0 commit comments