GetDKAN / data-catalog-frontend

9 stars 3 forks source link

Use baseUrl from cypress config instead of hardcoded path #55

Closed rhabbachi closed 4 years ago

rhabbachi commented 4 years ago

Some cypress tests have some hard-coded http://dkan paths which made sense at the time. Substitute those with Cypress.config().baseUrl to be able to override those in various scenarios.