test: please revert this commit before merge

This commit is contained in:
kakkokari-gtyih 2024-09-25 10:53:10 +09:00
parent 4d93fe6a13
commit 66b2b48f66
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe('Before setup instance', () => {
cy.intercept('POST', '/api/admin/accounts/create').as('signup');
cy.get('[data-cy-admin-initial-password] input').type('example_password_please_change_this_or_you_will_get_hacked');
cy.get('[data-cy-admin-initial-password] input').type('example_password_please_change_or_you_will_get_hacked');
cy.get('[data-cy-admin-username] input').type('admin');
cy.get('[data-cy-admin-password] input').type('admin1234');
cy.get('[data-cy-admin-ok]').click();