-
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-22244-INT #14972
base: integrationTesting
Are you sure you want to change the base?
B-22244-INT #14972
Conversation
…n iHHG, specifically testing that the change is applied after saving the Review Modal, no need to save on the Shipment Edit page too. Fixed a bug in testharness/make_move.go, the MS service item must be on the Move not the Shipment. Also fixed a typo in the dHHG test.
@@ -11073,8 +11073,7 @@ func makeIntlHHGMoveDestAddressRequested( | |||
factory.BuildMTOServiceItemBasic(appCtx.DB(), []factory.Customization{ | |||
{ | |||
Model: models.MTOServiceItem{ | |||
Status: models.MTOServiceItemStatusApproved, | |||
MTOShipmentID: &shipmentAddressUpdate.Shipment.ID, | |||
Status: models.MTOServiceItemStatusApproved, |
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.
This was causing a DB error during service item re-calculation. I believe the MS Move Management service item should be linked to only the move, not the shipment. With this change the generated test shipment shows the Move Management service item in the MTO Service Items section instead of the shipment Approved Service Items which now matches shipments I made manually through the UI.
@@ -644,7 +644,7 @@ test.describe('TOO user', () => { | |||
|
|||
test('approves a delivery address change request for an HHG shipment', async ({ officePage, page }) => { | |||
test.setTimeout(300000); // This one has been a headache forever. Shoehorn fix to go way above default "slow" timeout | |||
const shipmentAddressUpdate = await officePage.testHarness.bulidHHGMoveWithAddressChangeRequest(); | |||
const shipmentAddressUpdate = await officePage.testHarness.buildHHGMoveWithAddressChangeRequest(); |
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.
Fixed a typo I noticed, "bulid" vs "build"
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 a small thing
B-22244
Summary
Add a test which covers the fix which was made for I-13712
Verification Steps for the Author
These are to be checked by the author.
Verification Steps for Reviewers
These are to be checked by a reviewer.
Setup to Run the Code
How to test
Frontend
officeApp
class or custommin-width
styling is used to hide any states the would not be visible to the user.Backend
Database
Any new migrations/schema changes:
Screenshots