test(e2e): fix broken tests

fix broken tests
This commit is contained in:
Dan Bucholtz
2017-03-21 12:10:03 -05:00
parent daab927fbd
commit 02f8f11e74
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ import { IonicPage } from '../../../../../..';
@IonicPage() @IonicPage()
@Component({ @Component({
templateUrl: 'page1.html' templateUrl: 'page-two.html'
}) })
export class Page1 { export class PageTwo {
page2 = 'PageThree'; page2 = 'PageThree';
} }

View File

@ -1,5 +1,5 @@
import { Component } from '@angular/core'; import { Component } from '@angular/core';
import { NavController } from '../../../../..'; import { NavController } from '../../../../../..';
@Component({ @Component({
templateUrl: 'side-page.html' templateUrl: 'side-page.html'