Merge branch 'login-id' into swn
This commit is contained in:
		
						commit
						2b69fc43d8
					
				cypress/integration
|  | @ -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 New Issue