Integration test: screenshots

This commit is contained in:
DC
2016-09-07 00:12:50 -07:00
parent fe8c3b190c
commit 967e161288
5 changed files with 13 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ module.exports = class TorrentList extends React.Component {
if (state.downloadPathStatus === 'missing') {
contents.push(
<div key='torrent-missing-path'>
<p id='torrent-error'>Download path missing: {state.saved.prefs.downloadPath}</p>
<p>Download path missing: {state.saved.prefs.downloadPath}</p>
<p>Check that all drives are connected?</p>
<p>Alternatively, choose a new download path
in <a href='#' onClick={dispatcher('preferences')}>Preferences</a>