forked from FoundKeyGang/FoundKey
fix e2e test
This commit is contained in:
parent
ddd931a0a3
commit
fa0814f939
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,8 @@ describe('After user signup', () => {
|
|||
cy.get('[data-cy-signin-username] input').type('alice');
|
||||
cy.get('[data-cy-signin-password] input').type('alice1234{enter}');
|
||||
|
||||
cy.contains('アカウントが凍結されています');
|
||||
// TODO: cypressにブラウザの言語指定できる機能が実装され次第英語のみテストするようにする
|
||||
cy.contains(/アカウントが凍結されています|This account has been suspended due to/gi);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue