Unverified Commit 1eaf2dd0 authored by yann300's avatar yann300 Committed by GitHub

Update contracts.js

parent 5a0acfee
...@@ -161,7 +161,7 @@ function setEditorValue (value, callback) { ...@@ -161,7 +161,7 @@ function setEditorValue (value, callback) {
return this return this
} }
function addInstance(browser, address, isValidFormat, isValidChecksum, callback) { function addInstance (browser, address, isValidFormat, isValidChecksum, callback) {
browser.setValue('.ataddressinput', address, function () { browser.setValue('.ataddressinput', address, function () {
browser.click('div[class^="atAddress"]') browser.click('div[class^="atAddress"]')
.execute(function () { .execute(function () {
......
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