end test suite

pull/646/head
aniket-engg 4 years ago committed by Aniket
parent 788cb1ed4a
commit 1af1b7a9d5
  1. 2
      apps/remix-ide-e2e/src/tests/url.test.ts

@ -37,7 +37,7 @@ module.exports = {
.verify.elementPresent('#optimize') .verify.elementPresent('#optimize')
.assert.elementNotPresent('#optimize:checked') .assert.elementNotPresent('#optimize:checked')
.assert.containsText('#evmVersionSelector option[selected="selected"]', 'default') .assert.containsText('#evmVersionSelector option[selected="selected"]', 'default')
.end()
}, },
tearDown: sauce tearDown: sauce

Loading…
Cancel
Save