Commit a643d1d6 authored by LianaHus's avatar LianaHus

typo

parent 7ec6d4af
......@@ -24,7 +24,7 @@ function runTests (browser) {
browser.modalFooterOKClick = contractHelper.modalFooterOKClick
browser.clickFunction = contractHelper.clickFunction
browser.scrollInto = contractHelper.scrollInto
browser.verifyCallReturnalue = contractHelper.verifyCallReturnalue
browser.verifyCallReturnValue = contractHelper.verifyCallReturnValue
browser
.waitForElementVisible('#icon-panel', 10000)
.clickLaunchIcon('solidity')
......@@ -176,7 +176,7 @@ function testSignature (browser, callback) {
.click('.instance:nth-of-type(4) > div > button')
.clickFunction('ecrecovery - call', {types: 'bytes32 hash, bytes sig', values: `"${hash.value}","${signature.value}"`}).perform(
() => {
contractHelper.verifyCallReturnalue(
contractHelper.verifyCallReturnValue(
browser,
'0x08970fed061e7747cd9a38d680a601510cb659fb',
['0: address: 0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment