Issue
Currently when calling .visit('url'), cypress loads it as url/, which makes the final GET parameter invalid
My cypress.json:

My test.js:

The loaded URL in Cypress

Desired behavior:
Either don't add the extra character, or possibly add an option for removing it.
Steps to reproduce:
Screenshots above
Versions
Ran on Ubuntu 18.04, using Cypress v3.0.2
Issue
Currently when calling .visit('url'), cypress loads it as url/, which makes the final GET parameter invalid
My cypress.json:

My test.js:

The loaded URL in Cypress
Desired behavior:
Either don't add the extra character, or possibly add an option for removing it.
Steps to reproduce:
Screenshots above
Versions
Ran on Ubuntu 18.04, using Cypress v3.0.2