I decided to test the login component locally instead of the deployed the-internet as that is how I would test a newly developed feature.
The Cypress tests can be found in ./cypress/integration/login_spec.js
Install needed gems with bundle install
and then start the app server with rackup
Start Cypress with npx cypress open
and run the login_spec.js