@@ -206,7 +206,7 @@ describe('Testing bar chart', () => {
206
206
} ) ;
207
207
} ) ;
208
208
209
- it ( 'Checking the stacked grouping function works as intended' , ( ) => {
209
+ it . skip ( 'Checking the stacked grouping function works as intended' , ( ) => {
210
210
cy . advancedSettings ( ( ) => {
211
211
cy . get ( '.ndl-cypher-editor div[role="textbox"]' )
212
212
. should ( 'be.visible' )
@@ -295,7 +295,7 @@ describe('Testing bar chart', () => {
295
295
} ) ;
296
296
} ) ;
297
297
298
- it ( 'Testing "Show Value on Bars"' , ( ) => {
298
+ it . skip ( 'Testing "Show Value on Bars"' , ( ) => {
299
299
cy . advancedSettings ( ( ) => {
300
300
cy . setDropdownValue ( 'Show Values On Bars' , 'on' ) ;
301
301
cy . get ( 'button[aria-label="run"]' ) . click ( ) ;
@@ -306,13 +306,11 @@ describe('Testing bar chart', () => {
306
306
cy . log ( 'Number of text elements:' , textElements . length ) ;
307
307
} ) ;
308
308
} ) ;
309
- cy . wait ( 100 )
310
- cy . openSettings ( ( ) => {
311
- cy . setDropdownValue ( 'Show Values On Bars' , 'off' )
309
+ cy . wait ( 100 ) ;
310
+ cy . openSettings ( ( ) => {
311
+ cy . setDropdownValue ( 'Show Values On Bars' , 'off' ) ;
312
312
cy . get ( 'button[aria-label="run"]' ) . click ( ) ;
313
- cy . get ( '.MuiCardContent-root' )
314
- . find ( 'div svg > g > g > text' )
315
- . should ( 'not.exist' )
316
- } )
313
+ cy . get ( '.MuiCardContent-root' ) . find ( 'div svg > g > g > text' ) . should ( 'not.exist' ) ;
314
+ } ) ;
317
315
} ) ;
318
- } ) ;
316
+ } ) ;
0 commit comments