test(e2e): update test file location (#16090)

This commit is contained in:
Adam Bradley
2018-10-25 14:04:34 -05:00
committed by dwieeb
parent fdb7da917c
commit 5948a1c191

View File

@@ -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')) {