Revert "test: please revert this commit before merge"

This reverts commit 66b2b48f66.
This commit is contained in:
kakkokari-gtyih 2024-09-25 10:58:23 +09:00
parent 66b2b48f66
commit 7f16f5b47f
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_or_you_will_get_hacked');
cy.get('[data-cy-admin-initial-password] input').type('example_password_please_change_this_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();