Skip to content

Commit 66b2b48

Browse files
test: please revert this commit before merge
1 parent 4d93fe6 commit 66b2b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/basic.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('Before setup instance', () => {
2323

2424
cy.intercept('POST', '/api/admin/accounts/create').as('signup');
2525

26-
cy.get('[data-cy-admin-initial-password] input').type('example_password_please_change_this_or_you_will_get_hacked');
26+
cy.get('[data-cy-admin-initial-password] input').type('example_password_please_change_or_you_will_get_hacked');
2727
cy.get('[data-cy-admin-username] input').type('admin');
2828
cy.get('[data-cy-admin-password] input').type('admin1234');
2929
cy.get('[data-cy-admin-ok]').click();

0 commit comments

Comments
 (0)