Skip to content

Commit

Permalink
Merge pull request #65 from geoadmin/feature/assets-39-security-issues
Browse files Browse the repository at this point in the history
assets-39: remove console log of password from test
  • Loading branch information
ga-ebp authored Mar 21, 2024
2 parents cf37dd7 + 41e142c commit b9fbc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client-asset-sg-e2e/src/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ declare namespace Cypress {
//
// -- This is a parent command --
Cypress.Commands.add('login', (email, password) => {

Check warning on line 20 in apps/client-asset-sg-e2e/src/support/commands.ts

View workflow job for this annotation

GitHub Actions / Build and run tests

'email' is defined but never used

Check warning on line 20 in apps/client-asset-sg-e2e/src/support/commands.ts

View workflow job for this annotation

GitHub Actions / Build and run tests

'password' is defined but never used
console.log('Custom command example: Login', email, password);
console.log('Custom command example: Login');
});
//
// -- This is a child command --
Expand Down

0 comments on commit b9fbc06

Please sign in to comment.