fix(client): remove extra slash when redirecting to client (#42588)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e2ca65c803
commit
92d7ae1725
@ -36,6 +36,7 @@
|
||||
Cypress.Commands.add('login', () => {
|
||||
cy.visit('/');
|
||||
cy.contains("Get started (it's free)").click();
|
||||
cy.url().should('eq', Cypress.config().baseUrl + '/learn/');
|
||||
cy.contains('Welcome back');
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user