@bigbinary/neeto-commons-frontend 3.0.5 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cypress-utils.js CHANGED
@@ -1615,8 +1615,8 @@ var verifyCrossSiteScript = function verifyCrossSiteScript(inputSelector, submit
1615
1615
  };
1616
1616
 
1617
1617
  var hostname = "api.fastmail.com";
1618
- var username = Cypress.env("CYPRESS_FASTMAIL_USERNAME") || "cypress@mixarrow.com";
1619
- var token = Cypress.env("CYPRESS_FASTMAIL_TOKEN");
1618
+ var username = Cypress.env("FASTMAIL_USERNAME") || "cypress@mixarrow.com";
1619
+ var token = Cypress.env("FASTMAIL_TOKEN");
1620
1620
  var authUrl = "https://".concat(hostname, "/.well-known/jmap");
1621
1621
  var headers = {
1622
1622
  "Content-Type": "application/json",