Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…geol into develop
  • Loading branch information
ga-ebp committed Mar 27, 2024
2 parents 4908b5b + b9fbc06 commit 3c19ec2
Show file tree
Hide file tree
Showing 3 changed files with 3,161 additions and 1,981 deletions.
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
Loading

0 comments on commit 3c19ec2

Please sign in to comment.