@bigbinary/neeto-commons-frontend 2.0.102 → 2.0.103

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.
@@ -138,7 +138,7 @@ var initializeCredentials = function initializeCredentials(stagingData) {
138
138
  };
139
139
 
140
140
  var allPath = function allPath() {
141
- return "".concat(Cypress.config("baseUrl"), "**");
141
+ return "".concat(Cypress.config("baseUrl"), "/**");
142
142
  };
143
143
  var requestApis = {
144
144
  countries: getUrl("countries"),