mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
admin is already created during install
This commit is contained in:
parent
2acec4df12
commit
dcb9506a1b
@ -10,8 +10,8 @@ describe('Create Account Page', () => {
|
|||||||
it('Create Test Account', () => {
|
it('Create Test Account', () => {
|
||||||
cy.screenshot('create-account-page')
|
cy.screenshot('create-account-page')
|
||||||
|
|
||||||
cy.get('#account_input').type('admin')
|
cy.get('#account_input').type('tester')
|
||||||
cy.get('#email').type('admin@example.com')
|
cy.get('#email').type('tester@example.com')
|
||||||
|
|
||||||
cy.get('#password').type('test1234')
|
cy.get('#password').type('test1234')
|
||||||
cy.get('#password2').type('test1234')
|
cy.get('#password2').type('test1234')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user