From d3e6b36a28cc47584e26ebe241835b025471e882 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 22 Mar 2017 15:05:42 -0400 Subject: [PATCH] test(img): fix source path for the img --- src/components/img/test/basic/app.module.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/img/test/basic/app.module.ts b/src/components/img/test/basic/app.module.ts index b74f6c3f10..df95cc9886 100644 --- a/src/components/img/test/basic/app.module.ts +++ b/src/components/img/test/basic/app.module.ts @@ -20,17 +20,17 @@ export class E2EPage { { width: '100', height: '44', - src: '../img/img/batmobile.jpg' + src: '../img/batmobile.jpg' }, { width: '100', height: '75', - src: '../img/img/knight-rider.jpg' + src: '../img/knight-rider.jpg' }, { width: '100', height: '68', - src: '../img/img/general-lee.jpg' + src: '../img/general-lee.jpg' } ];