describe('MOVE_TABLE_COLUMN_RIGHT', () => {
      it('should handle MOVE_TABLE_COLUMN_RIGHT', () => {
        const oldState = store.getState().present;
        store.dispatch({ type: 'SET_SELECTED_TABLE_CELL_ID', cellId });
        const stateCellSelected = store.getState().present;