SE-Fall24-RZA / Recipe_Recommender

Saveurs Sélection - Recipe Recommender is an application that suggests you recipes based on the ingredients which are currently available. One of the most tedious tasks while cooking is figuring out what to cook with the ingredients that you, have rather than how to cook it. Our software aims to ease this dilemma by providing recipes.
MIT License
0 stars 2 forks source link

Failing Test - "should successfully add a recipe to user's profile" #22

Closed robbiethomas1101 closed 1 month ago

robbiethomas1101 commented 1 month ago

The following test is failing in testBookmarksAndUserProfiles.js: "should successfully add a recipe to user's profile". See details below.

image

robbiethomas1101 commented 1 month ago

Test appears to have been fixed as of pull request #35 Cause is unknown, but likely had overlap with another bug that was fixed