Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyhoward committed Oct 28, 2024
1 parent 6a05779 commit 9240d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/privacy-mode/privacy-mode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('Privacy Mode', function () {
'[data-testid="account-value-and-suffix"]',
);
const valueTextContent = await valueText.getText();
console.log('VALUE TEXT CONTENT', valueTextContent);

assert.equal(valueTextContent, '••••••');
},
);
Expand Down

0 comments on commit 9240d83

Please sign in to comment.