Skip to content

Commit

Permalink
Occulting values password and username
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-badell committed May 1, 2024
1 parent 3f60639 commit b8be269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/intercept.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ describe('Testing Orange HRM', () => {
}, {
statusCode: 200,
body: {
"username": "Admin",
"password": "admin123"
"username": Cypress.env('username'),
"password": Cypress.env('password')
}
}).as('getValidation');

Expand Down

0 comments on commit b8be269

Please sign in to comment.