mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-29 11:59:08 +01:00
attempt to fix test
This commit is contained in:
parent
dcfe8738a9
commit
1e1b420647
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ describe('After setup instance', () => {
|
|||
cy.get('[data-cy-user-setup-next]').click();
|
||||
|
||||
// 完了(「ホーム画面に進む」ボタン)
|
||||
cy.get('[data-cy-user-setup-complete]').click();
|
||||
cy.get('[data-cy-user-setup-complete] a').click();
|
||||
|
||||
// ホームにリダイレクトされる
|
||||
cy.wait(5000);
|
||||
|
|
Loading…
Reference in a new issue