@@ -206,7 +206,7 @@ describe('Testing bar chart', () => {
206206 } ) ;
207207 } ) ;
208208
209- it ( 'Checking the stacked grouping function works as intended' , ( ) => {
209+ it . skip ( 'Checking the stacked grouping function works as intended' , ( ) => {
210210 cy . advancedSettings ( ( ) => {
211211 cy . get ( '.ndl-cypher-editor div[role="textbox"]' )
212212 . should ( 'be.visible' )
@@ -295,7 +295,7 @@ describe('Testing bar chart', () => {
295295 } ) ;
296296 } ) ;
297297
298- it ( 'Testing "Show Value on Bars"' , ( ) => {
298+ it . skip ( 'Testing "Show Value on Bars"' , ( ) => {
299299 cy . advancedSettings ( ( ) => {
300300 cy . setDropdownValue ( 'Show Values On Bars' , 'on' ) ;
301301 cy . get ( 'button[aria-label="run"]' ) . click ( ) ;
@@ -306,13 +306,11 @@ describe('Testing bar chart', () => {
306306 cy . log ( 'Number of text elements:' , textElements . length ) ;
307307 } ) ;
308308 } ) ;
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' ) ;
312312 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+ } ) ;
317315 } ) ;
318- } ) ;
316+ } ) ;
0 commit comments