Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
update baseUrl and table ids (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette authored Jul 31, 2020
1 parent 330901d commit ff95855
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 107 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
command: |
export PATH=$PATH:~/dkan-tools/bin
cd ~/sandbox
dktl dc up -d
dktl dc exec web chmod -R 777 /var/www/docroot/data-catalog-frontend
dktl drush user:create testuser --password="2jqzOAnXS9mmcLasy"
dktl drush en sample_content frontend -y
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ This is meant to be a blueprint for your frontend, from which you can make minor
- Add custom .scss files to `src/theme/styles/` to override the default css classes with your new color variables and other changes.
- Import your .scss files to `src/theme/styles/index.scss`
- Run `gatsby develop` to preview, then `npm run build` to generate the public files.
- Edit the cypress.json file to update the `baseUrl` to match your site.

## To Do

Update cypress tests to not use ids or classes as identifying elements. These can change without warning.
2 changes: 1 addition & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"baseUrl": "http://dkan"
"baseUrl": "http://dkan.localtest.me"
}
Loading

0 comments on commit ff95855

Please sign in to comment.