@@ -33,7 +33,6 @@ test.describe('Bridge mode - Nodes table', () => {
3333 const table = new ClusterNodesTable ( page ) ;
3434 await table . getControls ( ) . openColumnSetup ( ) ;
3535 await table . getControls ( ) . setColumnChecked ( 'PileName' ) ;
36- await table . getControls ( ) . applyColumnVisibility ( ) ;
3736 await table . waitForTableToLoad ( ) ;
3837 const headers = await table . getHeaders ( ) ;
3938 expect ( headers . join ( ' ' ) ) . toContain ( 'Pile Name' ) ;
@@ -49,7 +48,6 @@ test.describe('Bridge mode - Storage nodes', () => {
4948 const table = new ClusterStorageTable ( page ) ;
5049 await table . getControls ( ) . openColumnSetup ( ) ;
5150 await table . getControls ( ) . setColumnChecked ( 'PileName' ) ;
52- await table . getControls ( ) . applyColumnVisibility ( ) ;
5351 await table . waitForTableToLoad ( ) ;
5452 const headers = await table . getHeaders ( ) ;
5553 expect ( headers . join ( ' ' ) ) . toContain ( 'Pile Name' ) ;
@@ -75,7 +73,6 @@ test.describe('Bridge mode - Storage groups', () => {
7573 const table = new ClusterStorageTable ( page ) ;
7674 await table . getControls ( ) . openColumnSetup ( ) ;
7775 await table . getControls ( ) . setColumnChecked ( 'PileName' ) ;
78- await table . getControls ( ) . applyColumnVisibility ( ) ;
7976 await table . waitForTableToLoad ( ) ;
8077 const headers = await table . getHeaders ( ) ;
8178 expect ( headers . join ( ' ' ) ) . toContain ( 'Pile Name' ) ;
0 commit comments