From 3c4fa9be618a216bec580459872e842c6b645a26 Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 11 Apr 2016 16:44:27 +1200 Subject: UI tests fix (missing call to `pageSetupFn(pageRenderer);` for file comparisons) --- plugins/TestRunner/Commands/SyncScreenshots.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TestRunner/Commands/SyncScreenshots.php') diff --git a/plugins/TestRunner/Commands/SyncScreenshots.php b/plugins/TestRunner/Commands/SyncScreenshots.php index 7862d65fab..a2930edbcf 100644 --- a/plugins/TestRunner/Commands/SyncScreenshots.php +++ b/plugins/TestRunner/Commands/SyncScreenshots.php @@ -109,7 +109,7 @@ class SyncScreenshots extends ConsoleCommand private function downloadScreenshot($url, $repository, $screenshot, $httpUser, $httpPassword) { - $downloadTo = $this->getDownloadToPath($repository) . $screenshot . '.png'; + $downloadTo = $this->getDownloadToPath($repository) . $screenshot; $url = 'http://builds-artifacts.piwik.org' . $url; $this->logger->debug("Downloading {url} to {destination}", array('url' => $url, 'destination' => $downloadTo)); -- cgit v1.2.3