File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cypress/e2e/custom/ecospheres Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -206,9 +206,9 @@ website:
206206 authorized_users :
207207
208208organizations :
209- datasets : https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/organizations-datasets-prod .json
210- dataservices : https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/organizations-dataservices-prod .json
211- bouquets : https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/organizations-bouquets-prod .json
209+ datasets : https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/ecospheres-prod/ organizations-datasets.json
210+ dataservices : https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/ecospheres-prod/ organizations-dataservices.json
211+ bouquets : https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/ecospheres-prod/ organizations-bouquets.json
212212
213213# shared themes list for indicators and bouquets
214214definitions : &definitions
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const mockUniverseOrganizations = () => {
1313 cy . intercept (
1414 'GET' ,
1515 new RegExp (
16- `${ baseUrl } /organizations-(dataservices|datasets|bouquets)-(demo|prod )\\.json$`
16+ `${ baseUrl } /ecospheres-(demo|prod)/ organizations-(dataservices|datasets|bouquets)\\.json$`
1717 ) ,
1818 {
1919 statusCode : 200 ,
You can’t perform that action at this time.
0 commit comments