Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Kabo committed Dec 6, 2023
1 parent 5e88e1c commit 6d97791
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,6 @@ export const createTestUser = ({
const finalEmail = primaryEmailAddress || randomMailosaurEmail();
// Generate a random password if none is provided.
const finalPassword = password || uuidv4();

console.log('Creating test user');
cy.task(
'log',
'Creating test user ' +
Cypress.env('IDAPI_CLIENT_ACCESS_TOKEN').slice(0, 1) +
'*****',
);

try {
return cy
.request({
Expand Down

0 comments on commit 6d97791

Please sign in to comment.