@bigbinary/neeto-commons-frontend 2.0.108 → 2.0.109

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
@@ -1121,7 +1121,7 @@ var createOrganization = function createOrganization(_ref) {
1121
1121
  var appNameInLowerCase = appName.toLowerCase();
1122
1122
  var isNeetoAuth = appNameInLowerCase === "neetoauth";
1123
1123
  if (isNeetoAuth) cy.visit("https://app.neetoauth.".concat(env.tld, "/signups/new"));else {
1124
- var startingUrl = "https://www.neeto.com/".concat(appNameInLowerCase).concat(env.isProduction ? "?env=staging" : "");
1124
+ var startingUrl = "https://www.neeto.com/".concat(appNameInLowerCase).concat(env.isProduction ? "" : "?env=staging");
1125
1125
  cy.visit(startingUrl);
1126
1126
  cy.get(signUpSelectors.tryFreeButton).invoke("removeAttr", "target").click();
1127
1127
  }