@@ -20,11 +20,13 @@ module.exports = {
20
20
. clickLaunchIcon ( 'filePanel' )
21
21
. click ( 'div[data-id="verticalIconsHomeIcon"]' )
22
22
. pause ( 1000 )
23
- . click ( '*[data-id="workspacesSelect"]' )
24
- . click ( '*[data-id="workspaceclone"]' )
25
- . waitForElementVisible ( '*[data-id="fileSystemModalDialogModalTitle-react"]' )
26
- . assert . containsText ( '*[data-id="fileSystemModalDialogModalTitle-react"]' , 'Clone Git Repository' )
27
- . waitForElementVisible ( '*[data-id="fileSystemModalDialogModalBody-react"]' )
23
+ . waitForElementVisible ( '*[data-id="github-dropdown-toggle"]' )
24
+ . click ( '*[data-id="github-dropdown-toggle"]' )
25
+ . waitForElementVisible ( '*[data-id="github-dropdown-item-clone"]' )
26
+ . click ( '*[data-id="github-dropdown-item-clone"]' )
27
+ . waitForElementVisible ( '*[data-id="topbarModalModalDialogModalTitle-react"]' )
28
+ . assert . containsText ( '*[data-id="topbarModalModalDialogModalTitle-react"]' , 'Clone Git Repository' )
29
+ . waitForElementVisible ( '*[data-id="topbarModalModalDialogModalBody-react"]' )
28
30
. waitForElementVisible ( 'input[data-id="modalDialogCustomPromptTextClone"]' )
29
31
} ,
30
32
@@ -47,6 +49,8 @@ module.exports = {
47
49
. click ( 'div[data-id="verticalIconsHomeIcon"]' )
48
50
. waitForElementVisible ( '*[data-id="github-dropdown-toggle"]' )
49
51
. click ( '*[data-id="github-dropdown-toggle"]' )
52
+ . waitForElementVisible ( '*[data-id="github-dropdown-item-clone"]' )
53
+ . click ( '*[data-id="github-dropdown-item-clone"]' )
50
54
. waitForElementVisible ( 'input[data-id="modalDialogCustomPromptTextClone"]' )
51
55
. execute ( ( ) => {
52
56
( document . querySelector ( 'input[data-id="modalDialogCustomPromptTextClone"]' ) as any ) . focus ( )
0 commit comments