mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(e2e): fix broken tests
fix broken tests
This commit is contained in:
@ -3,8 +3,8 @@ import { IonicPage } from '../../../../../..';
|
||||
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'page1.html'
|
||||
templateUrl: 'page-two.html'
|
||||
})
|
||||
export class Page1 {
|
||||
export class PageTwo {
|
||||
page2 = 'PageThree';
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { NavController } from '../../../../..';
|
||||
import { NavController } from '../../../../../..';
|
||||
|
||||
@Component({
|
||||
templateUrl: 'side-page.html'
|
||||
|
Reference in New Issue
Block a user