mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(img): fix source path for the img
This commit is contained in:
@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user