CSCI-GA-2820-SP23-001 / promotions

This repository contains the promotions service
Apache License 2.0
0 stars 3 forks source link

initial version of BDD for Delete #79

Closed cdaid closed 1 year ago

cdaid commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (29eeca2) 94.75% compared to head (073160b) 94.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #79 +/- ## ======================================= Coverage 94.75% 94.75% ======================================= Files 8 8 Lines 305 305 ======================================= Hits 289 289 Misses 16 16 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

gothmother commented 1 year ago

Hey @cdaid, this is failing the BDD tests because you created a duplicated button test (see screenshot). Please delete that try again and see if it passes BDD tests.

Screenshot 2023-04-18 at 10 32 08 AM
gothmother commented 1 year ago

Pushed a fix for the failing BDD test (typos in promotions.feature for Delete including Category > catetory, adding 'I' and 'the' in syntax, upper case Delete)