This commit is contained in:
kakkokari-gtyih 2024-08-12 17:43:53 +09:00
parent 6562fc75f0
commit 0abd256f44
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ describe('After setup instance', () => {
// ホームにリダイレクトされる
cy.wait(5000);
cy.url().should('equal', Cypress.config().baseUrl + '/home');
cy.url().should('equal', Cypress.config().baseUrl + '/');
});
it('signup with duplicated username', () => {