Description of issue:
During the integration testing phases, there were connectivity issues prohibiting the test to run properly.
Reproduction of issue:
1.) Making sure the branch is up to date on VS Code
2.) Install the cypress testing software "npm install cypress --save-dev"
3.) Change directory into root folder then npm run dev
4.) Open cypress npx cypress open
5.) The screen will navigate to cypress press Chrome option and create new spec.
6.) A sample component will appear and then it will navigate back to VS code
7.) Enter tests in a file with extension cy.js
8.) Add a new terminal and run npm run cy:open to run tests.
Expected outcome:
For the tests in my unique test file to run properly and connected to local host.
Actual outcome:
The tests could not connect to local host to run properly and I received errors.