We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d93fe6 commit 66b2b48Copy full SHA for 66b2b48
cypress/e2e/basic.cy.ts
@@ -23,7 +23,7 @@ describe('Before setup instance', () => {
23
24
cy.intercept('POST', '/api/admin/accounts/create').as('signup');
25
26
- 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');
27
cy.get('[data-cy-admin-username] input').type('admin');
28
cy.get('[data-cy-admin-password] input').type('admin1234');
29
cy.get('[data-cy-admin-ok]').click();
0 commit comments