-
Notifications
You must be signed in to change notification settings - Fork 4
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
7159-tkd-detox-faster-without-inapp-review #9379
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TKDickson
changed the base branch from
develop
to
feature/7158-Binny-InAppReviewFeatureFlagForDetox
August 14, 2024 20:09
… 7159-TKD-all-the-scripts
Base automatically changed from
feature/7158-Binny-InAppReviewFeatureFlagForDetox
to
develop
August 15, 2024 16:15
TKDickson
changed the title
7159 tkd all the scripts
7159-tkd-detox-faster-without-inapp-review
Aug 19, 2024
…ent-of-veterans-affairs/va-mobile-app into 7159-TKD-all-the-scripts
remove comment
…ent-of-veterans-affairs/va-mobile-app into 7159-TKD-all-the-scripts
…ent-of-veterans-affairs/va-mobile-app into 7159-TKD-all-the-scripts
dumathane
reviewed
Aug 20, 2024
@@ -24,7 +24,7 @@ export const AppealsExpandedIdConstants = { | |||
HLR_DECISION_APPEAL_ID: | |||
'Higher level review decision appeal Received July 12, 2008 Moved to this step on December 21, 2011', | |||
HLR_RECIEVED_APPEAL_ID: | |||
'Higher level review recieved appeal Received July 11, 2008 Moved to this step on December 20, 2011', | |||
'Higher level review received appeal Received July 11, 2008 Moved to this step on December 20, 2011', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doing gods work here Therese. :-)
TKDickson
requested review from
timwright12,
alexandec,
theodur,
dumathane,
cadibemma and
Sparowhawk
August 21, 2024 16:33
alexandec
approved these changes
Aug 21, 2024
rbontrager
approved these changes
Aug 22, 2024
github-actions
bot
added
FE-Ready to Merge
and removed
FE-With QA
A PR waiting for QA Activity
labels
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
Closes #7159 .
Removing in-app review workarounds from detox makes tests easier to maintain (one 'toggle call' at the beginning, instead of inserting the reset periodically), and faster when running.
In the scripts that were updated, here's the rough improvement (it would have been better to run repeatedly and take averages, but that would have been more time spent than what's wanted/needed):
For iOS
For Android
(several scripts don't run on the Android platform)
Screenshots/Video
iOS most passed; rest passed
Android most passed; rest passed. Except VSC which is also failing on develop
Testing
Reviewer Validations
PR Checklist
Reviewer: Confirm the items below as you review
For QA
Run a build for this branch