D3XT3R3 / evershop_cypress_e2e

🛍️ NodeJS E-commerce Platform that containts Cypress E2E testing
https://evershop.io/
GNU General Public License v3.0
0 stars 0 forks source link

[BUG] API Await for E2E #1

Open D3XT3R3 opened 9 months ago

D3XT3R3 commented 9 months ago

Describe the bug API POST ends right after we add item on cart's tray.

To Reproduce Steps to reproduce the behavior: E2E On Branch and run E2E

Expected behavior POST request should be added to the cart's tray

Additional context Not Enough time, When I get back I will implement the POST request for the tray.

D3XT3R3 commented 9 months ago

It is actually pretty simple but I did not have enough time for working on this actually. When we click Add it fails to add the item because the Adding Item is an API request and as such we have to design our code around it.