@@ -12,22 +12,20 @@ module.exports = {
12
12
done ( )
13
13
} )
14
14
} ,
15
- 'Update settings for git #group1 #group2' : ! function ( browser : NightwatchBrowser ) {
15
+ 'Update settings for git #group1 #group2' : function ( browser : NightwatchBrowser ) {
16
16
browser .
17
17
clickLaunchIcon ( 'dgit' )
18
18
. pause ( 1000 )
19
19
. waitForElementVisible ( '*[data-id="initgit-btn"]' )
20
20
. click ( '*[data-id="initgit-btn"]' )
21
21
. waitForElementNotPresent ( '*[data-id="initgit-btn"]' )
22
22
} ,
23
- 'launch github login via FE #group1 #group2' : ! function ( browser : NightwatchBrowser ) {
23
+ 'launch github login via FE #group1 #group2' : function ( browser : NightwatchBrowser ) {
24
24
browser
25
- . clickLaunchIcon ( 'filePanel' )
26
- . pause ( 1000 )
27
- . waitForElementVisible ( '*[data-id="github-dropdown-toggle-login"]' )
28
- . click ( '*[data-id="github-dropdown-toggle-login"]' )
25
+ . waitForElementVisible ( '*[data-id="github-panel"]' )
26
+ . click ( '*[data-id="github-panel"]' )
29
27
} ,
30
- 'login to github #group1 #group2' : ! function ( browser : NightwatchBrowser ) {
28
+ 'login to github #group1 #group2' : function ( browser : NightwatchBrowser ) {
31
29
browser
32
30
. waitForElementVisible ( '*[data-id="github-panel"]' )
33
31
. waitForElementVisible ( '*[data-id="gitubUsername"]' )
@@ -39,18 +37,18 @@ module.exports = {
39
37
. pause ( 1000 )
40
38
. click ( '*[data-id="saveGitHubCredentials"]' )
41
39
} ,
42
- 'check if the settings are loaded #group1 #group2' : ! function ( browser : NightwatchBrowser ) {
43
- browser
44
- . waitForElementVisible ( '*[data-id="connected-as-bunsenstraat"]' )
45
- . waitForElementVisible ( '*[data-id="connected-img-bunsenstraat"]' )
46
- . waitForElementVisible ( '*[data-id="connected-link-bunsenstraat"]' )
47
- . waitForElementVisible ( '*[data-id="remotes-panel"]' )
48
- } ,
49
- 'check the FE for the auth user #group1 #group2' : ! function ( browser : NightwatchBrowser ) {
50
- browser
51
- . clickLaunchIcon ( 'filePanel' )
52
- . waitForElementVisible ( '*[data-id="filepanel-connected-img-bunsenstraat"]' )
53
- } ,
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
+ // },
54
52
'clone a repository #group1' : function ( browser : NightwatchBrowser ) {
55
53
browser
56
54
. clickLaunchIcon ( 'dgit' )
@@ -96,12 +94,12 @@ module.exports = {
96
94
locateStrategy : 'xpath'
97
95
} )
98
96
} ,
99
- 'check if there is a README.md file #group1' : ! function ( browser : NightwatchBrowser ) {
97
+ 'check if there is a README.md file #group1' : function ( browser : NightwatchBrowser ) {
100
98
browser
101
99
. clickLaunchIcon ( 'filePanel' )
102
100
. waitForElementVisible ( '*[data-id="treeViewLitreeViewItemREADME.md"]' )
103
101
} ,
104
- 'check the commands panel #group1' : ! function ( browser : NightwatchBrowser ) {
102
+ 'check the commands panel #group1' : function ( browser : NightwatchBrowser ) {
105
103
browser
106
104
. clickLaunchIcon ( 'dgit' )
107
105
. click ( '*[data-id="commands-panel"]' )
0 commit comments