Skip to content

Commit d17fa5d

Browse files
committed
test(test): print more info about challenge verification if it fails
1 parent e1a1c4c commit d17fa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser-e2e/accounts.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ for (const plebbitOptionsType in plebbitOptionsTypes) {
608608

609609
// wait for reply challenge verification
610610
await waitFor(() => replyChallengeVerification)
611-
expect(replyChallengeVerification.challengeSuccess).to.equal(true)
611+
expect(replyChallengeVerification.challengeSuccess).to.equal(true, 'Not expected this challengeVerification: ' + JSON.stringify(replyChallengeVerification))
612612
console.log('after onChallengeVerification')
613613

614614
// wait for useReplies

0 commit comments

Comments
 (0)