@@ -44,11 +44,11 @@ module.exports = {
44
44
. waitForElementVisible ( '*[data-id="connected-link-bunsenstraat"]' )
45
45
. waitForElementVisible ( '*[data-id="remotes-panel"]' )
46
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
- } ,
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
54
// .clickLaunchIcon('dgit')
@@ -117,7 +117,7 @@ module.exports = {
117
117
locateStrategy : 'xpath'
118
118
} )
119
119
} ,
120
- 'check the remotes #group1' : ! function ( browser : NightwatchBrowser ) {
120
+ 'check the remotes #group1' : function ( browser : NightwatchBrowser ) {
121
121
browser
122
122
123
123
. click ( '*[data-id="remotes-panel"]' )
@@ -142,7 +142,7 @@ module.exports = {
142
142
} )
143
143
144
144
} ,
145
- 'check the commits of branch links #group1' : ! function ( browser : NightwatchBrowser ) {
145
+ 'check the commits of branch links #group1' : function ( browser : NightwatchBrowser ) {
146
146
browser
147
147
. waitForElementVisible ( {
148
148
selector : '//*[@data-id="remotes-panel-content"]//*[@data-id="branches-branch-links"]' ,
@@ -157,7 +157,7 @@ module.exports = {
157
157
locateStrategy : 'xpath'
158
158
} )
159
159
} ,
160
- 'switch to branch links #group1' : ! function ( browser : NightwatchBrowser ) {
160
+ 'switch to branch links #group1' : function ( browser : NightwatchBrowser ) {
161
161
browser
162
162
. click ( '*[data-id="branches-panel"]' )
163
163
. waitForElementVisible ( {
@@ -173,14 +173,14 @@ module.exports = {
173
173
locateStrategy : 'xpath'
174
174
} )
175
175
} ,
176
- 'check the local branches #group1' : ! function ( browser : NightwatchBrowser ) {
176
+ 'check the local branches #group1' : function ( browser : NightwatchBrowser ) {
177
177
browser
178
178
. waitForElementVisible ( {
179
179
selector : '//*[@data-id="branches-panel-content-local-branches"]//*[@data-id="branches-toggle-current-branch-links"]' ,
180
180
locateStrategy : 'xpath'
181
181
} )
182
182
} ,
183
- 'check the local commits #group1' : ! function ( browser : NightwatchBrowser ) {
183
+ 'check the local commits #group1' : function ( browser : NightwatchBrowser ) {
184
184
browser
185
185
. click ( '*[data-id="commits-panel"]' )
186
186
. pause ( 1000 )
@@ -197,7 +197,7 @@ module.exports = {
197
197
locateStrategy : 'xpath'
198
198
} )
199
199
} ,
200
- 'check the commands panel for links #group1' : ! function ( browser : NightwatchBrowser ) {
200
+ 'check the commands panel for links #group1' : function ( browser : NightwatchBrowser ) {
201
201
browser
202
202
. click ( '*[data-id="commands-panel"]' )
203
203
. waitForElementVisible ( {
@@ -213,7 +213,7 @@ module.exports = {
213
213
locateStrategy : 'xpath'
214
214
} )
215
215
} ,
216
- 'disconnect github #group1' : ! function ( browser : NightwatchBrowser ) {
216
+ 'disconnect github #group1' : function ( browser : NightwatchBrowser ) {
217
217
browser
218
218
. waitForElementVisible ( '*[data-id="github-panel"]' )
219
219
. pause ( 1000 )
@@ -223,13 +223,13 @@ module.exports = {
223
223
. click ( '*[data-id="disconnect-github"]' )
224
224
. waitForElementNotPresent ( '*[data-id="connected-as-bunsenstraat"]' )
225
225
} ,
226
- 'check the FE for the disconnected auth user #group1' : ! function ( browser : NightwatchBrowser ) {
227
- browser
228
- . clickLaunchIcon ( 'filePanel' )
229
- . waitForElementNotPresent ( '*[data-id="filepanel-connected-img-bunsenstraat"]' )
230
- . waitForElementVisible ( '*[data-id="filepanel-login-github"]' )
231
- } ,
232
- 'add a remote #group2' : ! function ( browser : NightwatchBrowser ) {
226
+ // 'check the FE for the disconnected auth user #group1': function (browser: NightwatchBrowser) {
227
+ // browser
228
+ // .clickLaunchIcon('filePanel')
229
+ // .waitForElementNotPresent('*[data-id="filepanel-connected-img-bunsenstraat"]')
230
+ // .waitForElementVisible('*[data-id="filepanel-login-github"]')
231
+ // },
232
+ 'add a remote #group2' : function ( browser : NightwatchBrowser ) {
233
233
browser
234
234
. pause ( 1000 )
235
235
. clickLaunchIcon ( 'dgit' )
@@ -276,7 +276,7 @@ module.exports = {
276
276
locateStrategy : 'xpath'
277
277
} )
278
278
} ,
279
- 'check the commands panel for newremote #group2' : ! function ( browser : NightwatchBrowser ) {
279
+ 'check the commands panel for newremote #group2' : function ( browser : NightwatchBrowser ) {
280
280
browser
281
281
. pause ( 1000 )
282
282
. click ( '*[data-id="commands-panel"]' )
@@ -304,7 +304,7 @@ module.exports = {
304
304
}
305
305
} )
306
306
} ,
307
- 'remove the remote #group2' : ! function ( browser : NightwatchBrowser ) {
307
+ 'remove the remote #group2' : function ( browser : NightwatchBrowser ) {
308
308
browser
309
309
. pause ( 1000 )
310
310
. click ( '*[data-id="remotes-panel"]' )
@@ -323,7 +323,7 @@ module.exports = {
323
323
locateStrategy : 'xpath'
324
324
} )
325
325
} ,
326
- 'check the commands panel for removed remote #group2' : ! function ( browser : NightwatchBrowser ) {
326
+ 'check the commands panel for removed remote #group2' : function ( browser : NightwatchBrowser ) {
327
327
browser
328
328
. pause ( 1000 )
329
329
. click ( '*[data-id="commands-panel"]' )
@@ -351,7 +351,7 @@ module.exports = {
351
351
} )
352
352
} ,
353
353
// pagination test
354
- 'clone repo #group3' : ! function ( browser : NightwatchBrowser ) {
354
+ 'clone repo #group3' : function ( browser : NightwatchBrowser ) {
355
355
browser
356
356
. clickLaunchIcon ( 'dgit' )
357
357
. waitForElementVisible ( '*[data-id="clone-panel"]' )
@@ -365,7 +365,7 @@ module.exports = {
365
365
. clickLaunchIcon ( 'filePanel' )
366
366
. waitForElementVisible ( '*[data-id="treeViewLitreeViewItemREADME.md"]' )
367
367
} ,
368
- 'Update settings for git #group3' : ! function ( browser : NightwatchBrowser ) {
368
+ 'Update settings for git #group3' : function ( browser : NightwatchBrowser ) {
369
369
browser .
370
370
clickLaunchIcon ( 'dgit' )
371
371
. waitForElementVisible ( '*[data-id="github-panel"]' )
@@ -382,7 +382,7 @@ module.exports = {
382
382
. pause ( 1000 )
383
383
. modalFooterOKClick ( 'github-credentials-error' )
384
384
} ,
385
- 'check the commits panel for pagination #group3' : ! function ( browser : NightwatchBrowser ) {
385
+ 'check the commits panel for pagination #group3' : function ( browser : NightwatchBrowser ) {
386
386
browser
387
387
. waitForElementVisible ( '*[data-id="commits-panel"]' )
388
388
. click ( '*[data-id="commits-panel"]' )
@@ -391,7 +391,7 @@ module.exports = {
391
391
browser . assert . ok ( ( result . value as any ) . length == 1 )
392
392
} )
393
393
} ,
394
- 'load more commits #group3' : ! function ( browser : NightwatchBrowser ) {
394
+ 'load more commits #group3' : function ( browser : NightwatchBrowser ) {
395
395
browser
396
396
. waitForElementVisible ( '*[data-id="load-more-commits"]' )
397
397
. click ( '*[data-id="load-more-commits"]' )
@@ -403,7 +403,7 @@ module.exports = {
403
403
browser . assert . ok ( ( result . value as any ) . length > 2 )
404
404
} )
405
405
} ,
406
- 'load more branches from remote #group3' : ! function ( browser : NightwatchBrowser ) {
406
+ 'load more branches from remote #group3' : function ( browser : NightwatchBrowser ) {
407
407
browser
408
408
. click ( '*[data-id="branches-panel"]' )
409
409
. waitForElementVisible ( {
0 commit comments