You are a TA engineer, you have a repository with a __specs__ subdirectory(integration tests), yesterday a couple of frontend developers decided to implement some cool features(popup 🤯 ), along with this, making a few "unimportant" changes.
- Fix wrong css / xpath selector
__specs__/tests/mock.spec.ts- fix wrong fixture returning form mock__specs__/tests/addItemPopup.spec.ts- finish an incomplete test__specs__/tests/itemCount.spec.ts- write negative quantity test
| Command | Description | Directory |
|---|---|---|
| yarn | install all packages | / & /__specs__ |
| yarn test [test name] | run test | /__specs__ |
| yarn start | start fronend | / |