Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: update inferno test selectors (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju committed Jul 29, 2022
1 parent 7ed40d9 commit 4bc82a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-smart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ jobs:
sed -i -e "s#TOKEN_ENDPOINT#$TOKEN_ENDPOINT#g" fhir-works.json
sed -i -e "s#AUTH_USERNAME#$AUTH_USERNAME#g" fhir-works.json
sed -i -e "s#AUTH_PASSWORD#$AUTH_PASSWORD#g" fhir-works.json
sed -i -e "s/okta-signin-username/input28/g" fhir-works.json
sed -i -e "s/okta-signin-password/input36/g" fhir-works.json
sed -i -e "s/okta-signin-submit/button-primary/g" fhir-works.json
sed -i -e "14 s/id/class/" fhir-works.json
bundle exec rake db:create db:schema:load
bundle exec rake inferno:execute_batch[fhir-works.json]
custom-integration-tests:
Expand Down

0 comments on commit 4bc82a6

Please sign in to comment.