|
|
@ -19,7 +19,7 @@ module.exports = { |
|
|
|
browser |
|
|
|
browser |
|
|
|
.pause(5000) |
|
|
|
.pause(5000) |
|
|
|
.refresh() |
|
|
|
.refresh() |
|
|
|
.pause(2000) |
|
|
|
.pause(5000) |
|
|
|
.getEditorValue((content) => { |
|
|
|
.getEditorValue((content) => { |
|
|
|
browser.assert.ok(content.indexOf('contract Ballot {') !== -1, 'content doesn\'t include Ballot contract') |
|
|
|
browser.assert.ok(content.indexOf('contract Ballot {') !== -1, 'content doesn\'t include Ballot contract') |
|
|
|
}) |
|
|
|
}) |
|
|
|