Commit a643d1d6 authored by LianaHus's avatar LianaHus

typo

parent 7ec6d4af
...@@ -24,7 +24,7 @@ function runTests (browser) { ...@@ -24,7 +24,7 @@ function runTests (browser) {
browser.modalFooterOKClick = contractHelper.modalFooterOKClick browser.modalFooterOKClick = contractHelper.modalFooterOKClick
browser.clickFunction = contractHelper.clickFunction browser.clickFunction = contractHelper.clickFunction
browser.scrollInto = contractHelper.scrollInto browser.scrollInto = contractHelper.scrollInto
browser.verifyCallReturnalue = contractHelper.verifyCallReturnalue browser.verifyCallReturnValue = contractHelper.verifyCallReturnValue
browser browser
.waitForElementVisible('#icon-panel', 10000) .waitForElementVisible('#icon-panel', 10000)
.clickLaunchIcon('solidity') .clickLaunchIcon('solidity')
...@@ -176,7 +176,7 @@ function testSignature (browser, callback) { ...@@ -176,7 +176,7 @@ function testSignature (browser, callback) {
.click('.instance:nth-of-type(4) > div > button') .click('.instance:nth-of-type(4) > div > button')
.clickFunction('ecrecovery - call', {types: 'bytes32 hash, bytes sig', values: `"${hash.value}","${signature.value}"`}).perform( .clickFunction('ecrecovery - call', {types: 'bytes32 hash, bytes sig', values: `"${hash.value}","${signature.value}"`}).perform(
() => { () => {
contractHelper.verifyCallReturnalue( contractHelper.verifyCallReturnValue(
browser, browser,
'0x08970fed061e7747cd9a38d680a601510cb659fb', '0x08970fed061e7747cd9a38d680a601510cb659fb',
['0: address: 0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'], ['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