diff --git a/src/app/torrent-page.js b/src/app/torrent-page.js
index 6e044bf..3e43f06 100644
--- a/src/app/torrent-page.js
+++ b/src/app/torrent-page.js
@@ -165,6 +165,7 @@ const TorrentInformation = (props) => {
} backgroundColor={yellow600} />}
rightIcon={}
+ id="torrentSizeId"
primaryText={__('Torrent Size')}
secondaryText={formatBytes(torrent.size)}
/>
@@ -172,6 +173,7 @@ const TorrentInformation = (props) => {
// leftAvatar={} backgroundColor={yellow600} />}
rightIcon={}
primaryText={__('Torrent contains files')}
+ id="torrentFilesId"
secondaryText={torrent.files}
onClick={() => {
if(!props.parent)
@@ -463,7 +465,7 @@ export default class TorrentPage extends Page {
e.preventDefault();
}}
icon={
-