Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FI-3133 Test name typo for granular scope tests. #209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yunwwang
Copy link
Contributor

@yunwwang yunwwang commented Nov 6, 2024

Summary

This PR fixes FI-3133 Test name typo for granular scope tests.
The root is that both the granular scope class and granular scope template have trailing term "Tests".

This PR can be reviewed after SVAP 2024.

Code change

  • Remove the trailing "Tests" from title property
  • Add misisng id into generator template.

Testing Guidance

Verify 9.14.2.2 and 9.14.2.3 test does not have "Tests Tests" in their test title.

@@ -99,7 +99,8 @@ module USCoreTestKit
group from: :<%= smart_app_launch_id %><% if us_core_7_and_above? %>,
required_suite_options: USCoreOptions::SMART_1_REQUIREMENT
group from: :<%= smart_app_launch_id %>,
required_suite_options: USCoreOptions::SMART_2_REQUIREMENT
required_suite_options: USCoreOptions::SMART_2_REQUIREMENT,
id: :us_core_v700_smart_app_launch_stu2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this id should have v700 in it since it would be used in future versions too, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants