-
Notifications
You must be signed in to change notification settings - Fork 35
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
B-21675: Destination GBLOC Incorrect #14537
Conversation
Bundle StatsHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
@@ -1275,7 +1324,7 @@ func (suite *PayloadsSuite) TestMTOServiceItemPOEFSC() { | |||
}, | |||
} | |||
|
|||
mtoPayload := MoveTaskOrder(&move) | |||
mtoPayload := MoveTaskOrder(suite.AppContextForTest(), &move) |
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.
Just noting that this is not in your INT PR, but is in latest INT. Which was probably added in a different story.
@@ -1326,7 +1375,7 @@ func (suite *PayloadsSuite) TestMTOServiceItemPODFSC() { | |||
}, | |||
} | |||
|
|||
mtoPayload := MoveTaskOrder(&move) | |||
mtoPayload := MoveTaskOrder(suite.AppContextForTest(), &move) |
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.
Just noting that this is not in your INT PR, but is in latest INT. Which was probably added in a different story.
playwright/tests/office/servicescounseling/servicesCounselingFlows.spec.js
Outdated
Show resolved
Hide resolved
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.
Matches INT now - LGTM
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.
LGTM
Agility Ticket B-21675
INT PR 14225
Notes before you test
Steps I took to manually test
Retiree, Separatee
Military Service Member
Also