fix: password2 variable refactor to correct name (#237)

This commit is contained in:
Kamil Grzechulski
2023-10-06 07:52:21 +02:00
committed by GitHub
parent 3b9feaf3bd
commit 26a80e0741
7 changed files with 29 additions and 29 deletions

View File

@@ -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')