Commit 7eaf4fbe authored by yann300's avatar yann300

fix e2e

parent d7ef6da6
...@@ -63,9 +63,6 @@ module.exports = { ...@@ -63,9 +63,6 @@ module.exports = {
.click('[data-id="treeViewLitreeViewItemcontracts"]') .click('[data-id="treeViewLitreeViewItemcontracts"]')
.openFile('contracts/3_Ballot.sol') .openFile('contracts/3_Ballot.sol')
.assert.containsText('div[title="default_workspace/contracts/3_Ballot.sol"]', '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() .end()
} }
} }
...@@ -231,7 +231,7 @@ export class TabProxy extends Plugin { ...@@ -231,7 +231,7 @@ export class TabProxy extends Plugin {
name, name,
title, title,
icon, icon,
tooltip: title, tooltip: name,
iconClass: helper.getPathIcon(name) iconClass: helper.getPathIcon(name)
}) })
formatPath.shift() formatPath.shift()
...@@ -259,7 +259,7 @@ export class TabProxy extends Plugin { ...@@ -259,7 +259,7 @@ export class TabProxy extends Plugin {
name, name,
title, title,
icon, icon,
tooltip: title, tooltip: name,
iconClass: helper.getPathIcon(name) iconClass: helper.getPathIcon(name)
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment