|
|
|
@ -57,9 +57,13 @@ const tests = { |
|
|
|
|
browser. |
|
|
|
|
clickLaunchIcon('dgit') |
|
|
|
|
.waitForElementVisible('*[data-id="github-panel"]') |
|
|
|
|
.pause(1000) |
|
|
|
|
.click('*[data-id="github-panel"]') |
|
|
|
|
.pause(1000) |
|
|
|
|
.setValue('*[data-id="gitubUsername"]', 'git') |
|
|
|
|
.pause(1000) |
|
|
|
|
.setValue('*[data-id="githubEmail"]', 'git@example.com') |
|
|
|
|
.pause(1000) |
|
|
|
|
.click('*[data-id="saveGitHubCredentials"]') |
|
|
|
|
.modalFooterOKClick('github-credentials-error') |
|
|
|
|
|
|
|
|
|