ASP-Projects-Team-38 / Meal-App

Meal App
0 stars 0 forks source link

Test Case: Recipe_01 | Test the add recipe front-end functionality | Step #3 #24

Closed LTOHR closed 1 year ago

LTOHR commented 1 year ago

Action: Clicking the “Add” Button after filling in the add recipe form

Actual Outcome: Getting below error when capturing recipe name “Okra soup” but it works when I capture the "Okra" only

Please match the format requested

Comment: Please show me where to find the format from the code.

Suggest to show the format to the user.

worthyag commented 1 year ago

Fixed this, the regex wasn't allowing spaces, now it allows spaces.