Skip to content

Commit fcd8fa9

Browse files
committed
update
1 parent ce93d27 commit fcd8fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/support/commands.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cypress.Commands.add('adminLogIn', () => {
2-
const username = cy.openmage.login.admin.username;
3-
const password = cy.openmage.login.admin.password;
2+
const username = cy.openmage.login.admin.username.value;
3+
const password = cy.openmage.login.admin.password.value;
44

55
cy.visit('/admin');
66

0 commit comments

Comments
 (0)