uob-group-10-mynt / mynt-finance-banking-app

A prototype banking app for Mynt, Kenya.
3 stars 0 forks source link

change Cypress tests so that they don't use cy.visit() to access a page other than the home page #102

Open ZathrasXI opened 3 days ago

ZathrasXI commented 3 days ago

By navigating to a page using the URL we aren't testing the functionality of the navbar/drawer. The tests could be improved by clicking on the navbar and then the correct link, to get to the page.

Image

theCyberExorcist commented 3 days ago

By navigating to a page using the URL we aren't testing the functionality of the navbar/drawer. The tests could be improved by clicking on the navbar and then the correct link, to get to the page.

I did navbar/drawer routing tests in drawer.cy.js to separate them from pages tests. In this way, changes of navbar would only affect drawer tests, so that pages tests could still pass without modification.