pull/5370/head
yann300 3 years ago
parent c5b5dc2c68
commit 9f93cf1544
  1. 3
      apps/remix-ide-e2e/src/tests/defaultLayout.test.ts
  2. 4
      apps/remix-ide/src/app/panels/tab-proxy.js

@ -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 {
name,
title,
icon,
tooltip: title,
tooltip: name,
iconClass: helper.getPathIcon(name)
})
}

Loading…
Cancel
Save