-
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 22192 INT #14942
base: integrationTesting
Are you sure you want to change the base?
B 22192 INT #14942
Conversation
Main b 22039 remove lat lon
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.
Need to address the last two AC regarding office users
Given a shipment has a third address,
When a Services Counselor views that address,
Then the verbiage below the words "Third Delivery Address" will state, "Do you want the movers to deliver any belongings to a third address?"
Note: Currently the verbiage reads, "Do you want the movers to deliver any belongings from a third address?"
Given a shipment has a third address,
When a TOO views that address,
Then the verbiage below the words "Third Delivery Address" will state, "Do you want the movers to deliver any belongings to a third address?"
Note: Currently the verbiage reads, "Do you want the movers to deliver any belongings from a third address?"
@@ -536,7 +536,7 @@ const PrimeUIShipmentCreateForm = ({ enableBoat, enableMobileHome }) => { | |||
<h4>Second Delivery Address</h4> | |||
<FormGroup> | |||
<p> | |||
Will the movers pick up any belongings from a second address? (Must be near the pickup address. | |||
Will the movers deliver any belongings to a second address? (Must be near the pickup address. |
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.
can you add a test to make sure it says 'deliver' instead of pickup?
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.
jk 😉
Agility ticket
Summary
Fixed the verbiage to say deliver instead of pickup for destination addresses
How to test
(try all shipment types they don't share the same forms)