fix
This commit is contained in:
parent
6562fc75f0
commit
0abd256f44
2 changed files with 2 additions and 2 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue