@ -183,7 +183,6 @@ module.exports = {
.getEditorValue((content) => {
browser.assert.ok(content.indexOf('if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }') != -1, 'current displayed content is not a generated source')
})
.modalFooterOKClick()
.click('*[data-id="debuggerTransactionStartButton"]')
},
@ -88,7 +88,6 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
content = await debuggerModule.getFile(path)
} catch (e) {
const message = 'Unable to fetch generated sources, the file probably doesn\'t exist yet.'
debuggerModule.showMessage('Debugging error', message)
console.log(message, ' ', e)
}
if (content !== source.contents) {