From dcb9506a1bd1803da112356d0bb3c6ef2b397e49 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 13:10:14 +0200 Subject: [PATCH] admin is already created during install --- cypress/e2e/2-create-account.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/2-create-account.cy.js b/cypress/e2e/2-create-account.cy.js index 11d87409..9fc95cb0 100644 --- a/cypress/e2e/2-create-account.cy.js +++ b/cypress/e2e/2-create-account.cy.js @@ -10,8 +10,8 @@ describe('Create Account Page', () => { it('Create Test Account', () => { cy.screenshot('create-account-page') - cy.get('#account_input').type('admin') - cy.get('#email').type('admin@example.com') + cy.get('#account_input').type('tester') + cy.get('#email').type('tester@example.com') cy.get('#password').type('test1234') cy.get('#password2').type('test1234')