From 5948a1c1915abeafed1755317bf7604f30f1d0b5 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 25 Oct 2018 14:04:34 -0500 Subject: [PATCH] test(e2e): update test file location (#16090) --- core/scripts/screenshot/ci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/screenshot/ci.js b/core/scripts/screenshot/ci.js index 51c77a025d..d0f83a6cd7 100644 --- a/core/scripts/screenshot/ci.js +++ b/core/scripts/screenshot/ci.js @@ -158,7 +158,7 @@ class CIScreenshotConnector extends IonicConnector { await Promise.all(batch.map(async uploadPath => { const stream = fs.createReadStream(uploadPath); const relPath = path.relative(appRoot, uploadPath); - const key = `test/${results.currentBuild.id}/${relPath}`; + const key = `data/tests/${results.currentBuild.id}/${relPath}`; let contentType = 'text/plain'; if (uploadPath.endsWith('.js')) {