mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
fix: password2 variable refactor to correct name (#237)
This commit is contained in:

committed by
GitHub

parent
3b9feaf3bd
commit
26a80e0741
@@ -14,7 +14,7 @@ describe('Create Account Page', () => {
|
||||
cy.get('#email').type('tester@example.com')
|
||||
|
||||
cy.get('#password').type('test1234')
|
||||
cy.get('#password2').type('test1234')
|
||||
cy.get('#password_confirm').type('test1234')
|
||||
|
||||
cy.get('#character_name').type('Slaw')
|
||||
|
||||
|
Reference in New Issue
Block a user