|
|
|
@ -371,10 +371,15 @@ module.exports = { |
|
|
|
|
clickLaunchIcon('dgit') |
|
|
|
|
.waitForElementVisible('*[data-id="github-panel"]') |
|
|
|
|
.click('*[data-id="github-panel"]') |
|
|
|
|
.pause(1000) |
|
|
|
|
.setValue('*[data-id="githubToken"]', 'invalidtoken') |
|
|
|
|
.pause(1000) |
|
|
|
|
.setValue('*[data-id="gitubUsername"]', 'git') |
|
|
|
|
.pause(1000) |
|
|
|
|
.setValue('*[data-id="githubEmail"]', 'git@example.com') |
|
|
|
|
.pause(1000) |
|
|
|
|
.click('*[data-id="saveGitHubCredentials"]') |
|
|
|
|
.pause(1000) |
|
|
|
|
.modalFooterOKClick('github-credentials-error') |
|
|
|
|
}, |
|
|
|
|
'check the commits panel for pagination #group3': function (browser: NightwatchBrowser) { |
|
|
|
|