Skip to content

Commit

Permalink
test: please revert this commit before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Sep 25, 2024
1 parent 4d93fe6 commit 66b2b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/basic.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 66b2b48

Please sign in to comment.