Skip to content

Commit

Permalink
Minor Visual Fixes (#447)
Browse files Browse the repository at this point in the history
* Initial page change

* Change title for SMART Public Client Launch tests to better match the short title

* Address grammatical error
  • Loading branch information
bmath10 authored Jul 27, 2023
1 parent 62e9b62 commit b5d5712
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/onc_certification_g10_test_kit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def self.well_known_route_handler
Systems may adopt later versions of standards than those named in the rule
as approved by the ONC Standards Version Advancement Process (SVAP).
Please select which approved version of each standard to use, and click
Select Options’ to begin testing.
Start Testing’ to begin testing.
)

input_instructions %(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SmartLimitedAppGroup < Inferno::TestGroup
to the app based on user input. The tester is expected to grant the
application access to a subset of desired resource types. The launch is
performed using the same app configuration as in the Standalone Patient
App test, demonstrating that the user is control over what scopes are
App test, demonstrating that the user has control over what scopes are
granted to the app as required in the (g)(10) Standardized API criterion.
* [SMART on FHIR
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ONCCertificationG10TestKit
class SMARTPublicStandaloneLaunchGroup < SMARTAppLaunch::StandaloneLaunchGroup
title 'Public Client Standalone Launch with OpenID Connect'
title 'SMART Public Client Standalone Launch with OpenID Connect'
short_title 'SMART Public Client Launch'
input_instructions %(
Register Inferno as a standalone application using the following information:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ONCCertificationG10TestKit
class SMARTPublicStandaloneLaunchGroupSTU2 < SMARTAppLaunch::StandaloneLaunchGroupSTU2
title 'Public Client Standalone Launch with OpenID Connect'
title 'SMART Public Client Standalone Launch with OpenID Connect'
short_title 'SMART Public Client Launch'
input_instructions %(
Register Inferno as a standalone application using the following information:
Expand Down

0 comments on commit b5d5712

Please sign in to comment.