desktop-master-git2
bunsenstraat 3 months ago
parent dee99d20b3
commit 4696a9194b
  1. 2
      apps/remixdesktop/test/tests/app/git-ui_2.test.ts
  2. 2
      apps/remixdesktop/test/tests/app/git-ui_3.test.ts
  3. 2
      apps/remixdesktop/test/tests/app/git-ui_4.test.ts

@ -56,6 +56,8 @@ const tests = {
'Update settings for git #group1 #group2 #group3': function (browser: NightwatchBrowser) {
browser.
clickLaunchIcon('dgit')
.waitForElementVisible('*[data-id="github-panel"]')
.click('*[data-id="github-panel"]')
.setValue('*[data-id="gitubUsername"]', 'git')
.setValue('*[data-id="githubEmail"]', 'git@example.com')
.click('*[data-id="saveGitHubCredentials"]')

@ -56,6 +56,8 @@ const tests = {
'Update settings for git #group1 #group2 #group3': function (browser: NightwatchBrowser) {
browser.
clickLaunchIcon('dgit')
.waitForElementVisible('*[data-id="github-panel"]')
.click('*[data-id="github-panel"]')
.setValue('*[data-id="gitubUsername"]', 'git')
.setValue('*[data-id="githubEmail"]', 'git@example.com')
.click('*[data-id="saveGitHubCredentials"]')

@ -56,6 +56,8 @@ const tests = {
'Update settings for git #group1 #group2 #group3': function (browser: NightwatchBrowser) {
browser.
clickLaunchIcon('dgit')
.waitForElementVisible('*[data-id="github-panel"]')
.click('*[data-id="github-panel"]')
.setValue('*[data-id="gitubUsername"]', 'git')
.setValue('*[data-id="githubEmail"]', 'git@example.com')
.click('*[data-id="saveGitHubCredentials"]')

Loading…
Cancel
Save