@@ -37,21 +37,22 @@ module.exports = {
37
37
. pause ( 1000 )
38
38
. click ( '*[data-id="saveGitHubCredentials"]' )
39
39
} ,
40
- // 'check if the settings are loaded #group1 #group2': ! function (browser: NightwatchBrowser) {
41
- // browser
42
- // .waitForElementVisible('*[data-id="connected-as-bunsenstraat"]')
43
- // .waitForElementVisible('*[data-id="connected-img-bunsenstraat"]')
44
- // .waitForElementVisible('*[data-id="connected-link-bunsenstraat"]')
45
- // .waitForElementVisible('*[data-id="remotes-panel"]')
46
- // },
47
- // 'check the FE for the auth user #group1 #group2': ! function (browser: NightwatchBrowser) {
48
- // browser
49
- // .clickLaunchIcon('filePanel')
50
- // .waitForElementVisible('*[data-id="filepanel-connected-img-bunsenstraat"]')
51
- // },
40
+ 'check if the settings are loaded #group1 #group2' : function ( browser : NightwatchBrowser ) {
41
+ browser
42
+ . waitForElementVisible ( '*[data-id="connected-as-bunsenstraat"]' )
43
+ . waitForElementVisible ( '*[data-id="connected-img-bunsenstraat"]' )
44
+ . waitForElementVisible ( '*[data-id="connected-link-bunsenstraat"]' )
45
+ . waitForElementVisible ( '*[data-id="remotes-panel"]' )
46
+ } ,
47
+ 'check the FE for the auth user #group1 #group2' : function ( browser : NightwatchBrowser ) {
48
+ browser
49
+ . clickLaunchIcon ( 'filePanel' )
50
+ . waitForElementVisible ( '*[data-id="filepanel-connected-img-bunsenstraat"]' )
51
+ } ,
52
52
'clone a repository #group1' : function ( browser : NightwatchBrowser ) {
53
53
browser
54
- . clickLaunchIcon ( 'dgit' )
54
+ // .clickLaunchIcon('dgit')
55
+ . waitForElementVisible ( '*[data-id="clone-panel"]' )
55
56
. click ( '*[data-id="clone-panel"]' )
56
57
. click ( {
57
58
selector : '//*[@data-id="clone-panel-content"]//*[@data-id="fetch-repositories"]' ,
0 commit comments