-
Notifications
You must be signed in to change notification settings - Fork 2
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
UKVIC-151 Remove "Not Yet" response from "Refund" category - DO NOT MERGE #232
base: master
Are you sure you want to change the base?
Conversation
Then I should see 'Date of birth' and '1981-01-01' on the page | ||
Then I should see 'Email address' and ' [email protected]' on the page | ||
Then I should see 'Phone number (optional)' and '(optional) 02079462345' on the page | ||
# Scenario: I am on the Refunds (refunds) journey, I am acting on behalf of myself and want to complain |
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.
You could remove these tests if it is not required any more
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.
Thanks shamil, will remove the commented out tests since they are not needed
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.
I would recommend removing commented out code.
@@ -26,6 +26,7 @@ describe('getRefundComplaint', () => { | |||
).to.eql('YES'); | |||
}); | |||
|
|||
/* |
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.
You could delete this if not required
Task:
When selecting the "Refund" option, users are asked if they have requested a refund and the options are "Yes", "Not Yet" and "No, I was told refund would be automatic".
Business have agreed that the "Not Yet" option should be removed.
Changes:
Reference:
https://collaboration.homeoffice.gov.uk/jira/browse/UKVIC-151