Skip to content

Commit

Permalink
try fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Nov 14, 2018
1 parent 2571d05 commit 703e901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-browser/tests/ballot.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ function runTests (browser, testData) {
{types: 'address to', values: '"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'}, null, null)
.pause(500)
.click('span#tx0x0571a2439ea58bd349dd130afb8aff62a33af14c06de0dbc3928519bdf13ce2e div[class^="debug"]')
.pause(1000)
.pause(2000)
.click('#jumppreviousbreakpoint')
.pause(500)
.pause(2000)
.perform(function (client, done) {
console.log('goToVMtraceStep')
contractHelper.goToVMtraceStep(browser, 47, () => {
Expand Down

0 comments on commit 703e901

Please sign in to comment.