Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Apr 12, 2019
1 parent df9df17 commit cfb5fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ command line from the `src` directory with `./gradlew :app:test -i`

Selenium tests are found in `src/customConfigTests/src/test`. They can be run through the IDE or on the
command line from the `src` directory with `./gradlew :customConfigTests:test -i`. You will also have to
install chromdriver: `./scripts/install-chromdriver.sh`
install chromedriver: `./scripts/install-chromedriver.sh`


## Regenerate database interface
Expand Down
4 changes: 2 additions & 2 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ For local development run `./dev/run-dependencies.sh` to run a partial local cop
to log in with the test user account `[email protected]` and password `password`.

# Authenticating with GitHub
You should make sure that the GitHub org configured in the app config (`./config/default.properties`) has approved 3rd party access for the
app `TestOrderlyWeb`. This will involve:
You should make sure that the GitHub org configured in the app config (`./config/default.properties`) has approved
3rd party access for the app `TestOrderlyWeb`. This will involve:

1. Running the app and logging in with a user account that has access to the configured org
1. Requesting access from the org: https://help.github.com/en/articles/requesting-organization-approval-for-oauth-apps and
Expand Down

0 comments on commit cfb5fbc

Please sign in to comment.