You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2025. It is now read-only.
it.skip('should be able to toggle Sorting functionality (disable) and expect all header menu Sorting commands to be hidden and also not show Sort hint while hovering a column',()=>{
195
+
it('should be able to toggle Sorting functionality (disable) and expect all header menu Sorting commands to be hidden and also not show Sort hint while hovering a column',()=>{
196
196
constexpectedFullHeaderMenuCommands=['Resize by Content','','Sort Ascending','Sort Descending','','Remove Filter','Remove Sort','Hide Column'];
it.skip('should be able to toggle Sorting functionality (re-enable) and expect all Sorting header menu commands to be hidden and also not show Sort hint while hovering a column',()=>{
244
+
it('should be able to toggle Sorting functionality (re-enable) and expect all Sorting header menu commands to be hidden and also not show Sort hint while hovering a column',()=>{
245
245
constexpectedFullHeaderMenuCommands=['Resize by Content','','Sort Ascending','Sort Descending','','Remove Filter','Remove Sort','Hide Column'];
it.skip('should be able to click disable Sorting functionality button and expect all Sorting commands to be hidden and also not show Sort hint while hovering a column',()=>{
289
+
it('should be able to click disable Sorting functionality button and expect all Sorting commands to be hidden and also not show Sort hint while hovering a column',()=>{
290
290
constexpectedFullHeaderMenuCommands=['Resize by Content','','Sort Ascending','Sort Descending','','Remove Filter','Remove Sort','Hide Column'];
it.skip('should be able to click disable Filter functionality button and expect all Filter commands to be hidden and also not show Sort hint while hovering a column',()=>{
317
+
it('should be able to click disable Filter functionality button and expect all Filter commands to be hidden and also not show Sort hint while hovering a column',()=>{
318
318
constexpectedFullHeaderMenuCommands=['Resize by Content','','Sort Ascending','Sort Descending','','Remove Filter','Remove Sort','Hide Column'];
319
319
320
320
cy.get('[data-test="disable-filters-btn"]').click().click();// even clicking twice should have same result
it.skip('should open Column Picker and show the "Duration" column back to visible and expect it to have kept its position after toggling filter/sorting',()=>{
364
+
it('should open Column Picker and show the "Duration" column back to visible and expect it to have kept its position after toggling filter/sorting',()=>{
365
365
// first 2 cols are hidden but they do count as li item
0 commit comments