pull/5156/head
bunsenstraat 3 months ago
parent d8d6cf258c
commit fcdcc2db15
  1. 4
      apps/remix-ide-e2e/src/tests/dgit_github.test.ts

@ -49,7 +49,7 @@ module.exports = {
.clickLaunchIcon('filePanel')
.waitForElementVisible('*[data-id="filepanel-connected-img-bunsenstraat"]')
},
'clone a repository #flaky #group1': function (browser: NightwatchBrowser) {
'clone a repository #group1': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('dgit')
.click('*[data-id="clone-panel"]')
@ -227,7 +227,7 @@ module.exports = {
.waitForElementNotPresent('*[data-id="filepanel-connected-img-bunsenstraat"]')
.waitForElementVisible('*[data-id="filepanel-login-github"]')
},
'add a remote #group2': function (browser: NightwatchBrowser) {
'add a remote #flaky #group2': function (browser: NightwatchBrowser) {
browser
.pause(1000)
.clickLaunchIcon('dgit')

Loading…
Cancel
Save