fix e2e test

This commit is contained in:
syuilo
2023-05-09 08:01:54 +09:00
parent a6e7c196ee
commit 8f36a80775
5 changed files with 35 additions and 9 deletions

View File

@@ -10,6 +10,10 @@ describe('After user signed in', () => {
cy.registerUser('alice', 'alice1234');
cy.login('alice', 'alice1234');
// アカウント初期設定ウィザード
cy.get('[data-cy-user-setup] [data-cy-modal-window-close]').click();
cy.get('[data-cy-modal-dialog-ok]').click();
});
afterEach(() => {