File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/remixdesktop/test/tests/app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ module.exports = {
10
10
'clone a repo' : function ( browser : NightwatchBrowser ) {
11
11
browser
12
12
. waitForElementVisible ( '*[data-id="remixIdeIconPanel"]' , 10000 )
13
- . waitForElementVisible ( 'button [data-id="landingPageImportFromGit "]' )
14
- . click ( 'button [data-id="landingPageImportFromGit "]' )
13
+ . waitForElementVisible ( '* [data-id="cloneFromGitButton "]' )
14
+ . click ( '* [data-id="cloneFromGitButton "]' )
15
15
. pause ( 1000 )
16
16
. waitForElementVisible ( '[data-id="fileSystemModalDialogModalBody-react"]' )
17
17
. click ( '[data-id="fileSystemModalDialogModalBody-react"]' )
@@ -22,8 +22,8 @@ module.exports = {
22
22
. windowHandles ( function ( result ) {
23
23
console . log ( result . value )
24
24
browser . switchWindow ( result . value [ 1 ] )
25
- . waitForElementVisible ( '*[data-id="treeViewLitreeViewItem.git"]' )
25
+ . waitForElementVisible ( '*[data-id="treeViewLitreeViewItem.git"]' )
26
26
} )
27
27
. end ( )
28
28
}
29
- }
29
+ }
You can’t perform that action at this time.
0 commit comments