We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69244f commit ce93d27Copy full SHA for ce93d27
cypress/support/commands.js
@@ -1,6 +1,6 @@
1
Cypress.Commands.add('adminLogIn', () => {
2
- const username = cy.openmage.credentials.admin.login;
3
- const password = cy.openmage.credentials.admin.password;
+ const username = cy.openmage.login.admin.username;
+ const password = cy.openmage.login.admin.password;
4
5
cy.visit('/admin');
6
0 commit comments