fix ending tests

pull/1/head
yann300 5 years ago
parent ce59159006
commit f9b34afbc4
  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