Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit a6f9c14

Browse files
committed
changed cypress user to user with admin rights
1 parent 0f64118 commit a6f9c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//
1212
// -- This is a parent command --
1313
Cypress.Commands.add('loginWithUrl', (path) => {
14-
const user = {username:"user1",password:"12345"}
14+
const user = {username:"user",password:"1234"}
1515

1616
cy.visit(path)
1717
cy.get('input[id=formBasicUsername]')

0 commit comments

Comments
 (0)