diff --git a/test/screenshots/darwin/add-torrent-100-percent.png b/test/screenshots/darwin/add-torrent-100-percent.png index 85356bd9..2a9d6bee 100644 Binary files a/test/screenshots/darwin/add-torrent-100-percent.png and b/test/screenshots/darwin/add-torrent-100-percent.png differ diff --git a/test/test-add-torrent.js b/test/test-add-torrent.js index f234cc24..7b89e33e 100644 --- a/test/test-add-torrent.js +++ b/test/test-add-torrent.js @@ -28,6 +28,7 @@ test('add-torrent', function (t) { path.join(config.TEST_DIR_DOWNLOAD, 'm3.jpg'))) .then(() => app.electron.ipcRenderer.send('openTorrentFile')) .then(() => app.client.waitUntilTextExists('m3.jpg')) + .then(() => app.client.moveToObject('.torrent')) .then(() => setup.wait()) .then(() => setup.screenshotCreateOrCompare(app, t, 'add-torrent-100-percent')) .then(() => setup.endTest(app, t),