fix ending tests

pull/3094/head
yann300 6 years ago
parent 434aa99136
commit 9eaef6bb61
  1. 1
      test-browser/tests/compiling.js
  2. 2
      test-browser/tests/generalTests.js

@ -126,7 +126,6 @@ module.exports = {
}
]`)
.click('i[class^="clearinstance"]')
.end()
},
'Test Recorder': function (browser) {

@ -70,7 +70,6 @@ module.exports = {
})
})
})
},
'Test Signature': function (browser) {
let hash, signature
@ -99,6 +98,7 @@ module.exports = {
})
})
})
.end()
},
tearDown: sauce
}

Loading…
Cancel
Save