JuhoBjn / online-store

An online store made for a course project.
0 stars 1 forks source link

Add payment page #146

Closed vaasuu closed 9 months ago

vaasuu commented 9 months ago

Adds a (fake) payment page after clicking the Join button on the front page.

The payment page is not being enforced in any way so one can just skip payment page by going to /auth , this way tests keep working (I fixed the ones that specifically tested the Join button -> auth, so now it goes Join -> payment and payment -> auth).

(The form has no input validation apart from that they have to be filled.)

https://github.com/JuhoBjn/online-store/assets/38670296/8f6c54ef-cb51-49a2-9557-46f26a5c58ab

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7147993053


Files with Coverage Reduction New Missed Lines %
frontend/coverage/frontend/src/App.jsx 3 95.45%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 7147899296: 0.03%
Covered Lines: 3512
Relevant Lines: 3672

💛 - Coveralls