You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/remix-ide-e2e/src/tests/signingMessage.test.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ module.exports = {
23
23
console.log('signature',signature)
24
24
browser.assert.ok(typeofhash.value==='string','type of hash.value must be String')
25
25
browser.assert.ok(typeofsignature.value==='string','type of signature.value must be String')
26
+
// we check here that the input is strictly "test message"
27
+
browser.assert.equal(signature.value,'0xaa8873317ebf3f34fbcc0eab3e9808d851352674c28a3d6b88dc84db6e10fc183a45bcec983a105964a13b54f18e43eceae29d982bf379826fb7ecfe0d42c6ba1b','signature should be tied to the input "test message"')
0 commit comments