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 685284d commit 4570446Copy full SHA for 4570446
dev/tests/js/jasmine/tests/app/code/Magento/Signifyd/frontend/js/Fingerprint.test.js
@@ -21,7 +21,12 @@ define([
21
jasmine.DEFAULT_TIMEOUT_INTERVAL = originalTimeout;
22
});
23
24
- it('SIGNIFYD_GLOBAL object initialization check', function (done) {
+ /*
25
+ * Change to "it" instead of "xit" to run the tests.
26
+ * Test is skipped due to approval request
27
+ * https://jira.corp.magento.com/browse/MC-38278
28
+ */
29
+ xit('SIGNIFYD_GLOBAL object initialization check', function (done) {
30
var script = document.createElement('script');
31
32
script.setAttribute('src', 'https://cdn-scripts.signifyd.com/api/script-tag.js');
0 commit comments