Skip to content

Commit

Permalink
add pause
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Aug 31, 2024
1 parent 51c115e commit d7ab9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/remix-ide-e2e/src/tests/dgit_github.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'launch github login via FE #group1 #group2': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('filePanel')
.pause(1000)
.waitForElementVisible('*[data-id="filepanel-login-github"]')
.click('*[data-id="filepanel-login-github"]')
},
Expand Down

0 comments on commit d7ab9a8

Please sign in to comment.