Skip to content
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

Removed front-end of saved list feature #2085

Merged
merged 2 commits into from
Apr 15, 2019
Merged

Conversation

SupeDeDupe
Copy link
Contributor

@SupeDeDupe SupeDeDupe commented Apr 15, 2019

This PR closes #2084. I only commented out the saved list UI parts and made the favourites page inaccessible on the prod environment. I think it's relevant to keep the backend fragments of the saved list feature for now, as some of it will be reusable in the feature which is to replace it.

There will have to be a thorough cleaning to refine the code: #2086

@thomascraig thomascraig temporarily deployed to vac-benefit-directory-pr-2085 April 15, 2019 19:08 Inactive
@@ -91,7 +91,7 @@ describe("BenefitCard", () => {

it("Clicking the See More button expands the BenefitExpansion component", () => {
mountedBenefitCard()
.find("HeaderButton")
.find("BenefitExpansion")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to have never been fixed when the See More button was changed to a toggle. The "HeaderButton" should have been replaced with "BenefitExpansion." This whole time, the test was picking up the HeaderButton from the saved list button on the benefit card.

@SupeDeDupe SupeDeDupe merged commit 5b04cbd into develop Apr 15, 2019
@SupeDeDupe SupeDeDupe deleted the remove_saved_list branch April 15, 2019 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants