|
|
@ -433,6 +433,8 @@ module.exports = { |
|
|
|
}, |
|
|
|
}, |
|
|
|
'check source controle panel #group5': function (browser: NightwatchBrowser) { |
|
|
|
'check source controle panel #group5': function (browser: NightwatchBrowser) { |
|
|
|
browser |
|
|
|
browser |
|
|
|
|
|
|
|
.waitForElementVisible('*[data-id="sourcecontrol-panel"]') |
|
|
|
|
|
|
|
.click('*[data-id="sourcecontrol-panel"]') |
|
|
|
.waitForElementVisible({ |
|
|
|
.waitForElementVisible({ |
|
|
|
selector: "//*[@data-status='new-untracked' and @data-file='/tests/MyToken_test.sol']", |
|
|
|
selector: "//*[@data-status='new-untracked' and @data-file='/tests/MyToken_test.sol']", |
|
|
|
locateStrategy: 'xpath' |
|
|
|
locateStrategy: 'xpath' |
|
|
|