.scrollAndClick('[data-id="compiledErrors"] div:nth-child(3)') // click on error which point to ERC20 code
.scrollAndClick('[data-id="https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC20/ERC20.sol"]')// click on error which point to ERC20 code
.pause(5000)
.pause(5000)
.getEditorValue((content) => {
.waitForElementContainsText('#input','contract ERC20 is Context, IERC20',60000)
browser.assert.ok(content.indexOf('contract ERC20 is Context, IERC20') !== -1,
'current displayed content should be from the ERC20 source code')