@ -63,9 +63,6 @@ module.exports = {
.click('[data-id="treeViewLitreeViewItemcontracts"]')
.openFile('contracts/3_Ballot.sol')
.assert.containsText('div[title="default_workspace/contracts/3_Ballot.sol"]', '3_Ballot.sol')
.click('span[class^=dropdownCaret]')
.click('#homeItem')
.assert.containsText('div[title="home"]', 'Home')
.end()
}
@ -231,7 +231,7 @@ export class TabProxy extends Plugin {
name,
title,
icon,
tooltip: title,
tooltip: name,
iconClass: helper.getPathIcon(name)
})
formatPath.shift()
@ -259,7 +259,7 @@ export class TabProxy extends Plugin {