Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
olmoh committed Jan 16, 2025
1 parent 466558e commit 43385cf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,10 @@ test('App should log in to expired account', async () => {
await expect(subtitle).toHaveText('Enter your account number');

await loginInput.fill(accountNumber);
const currentTime = Date.now();
const currentTime = new Date();

const accountGetOutput = execSync('mullvad account get -v');
console.log('Test state', {
accountNumber,
accountGetOutput,
currentTime,
});

Expand Down

0 comments on commit 43385cf

Please sign in to comment.