First commit
This commit is contained in:
15
e2e/src/app.po.ts
Normal file
15
e2e/src/app.po.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { browser, by, element } from 'protractor';
|
||||
|
||||
export class AppPage {
|
||||
navigateTo(destination) {
|
||||
return browser.get(destination);
|
||||
}
|
||||
|
||||
getTitle() {
|
||||
return browser.getTitle();
|
||||
}
|
||||
|
||||
getPageOneTitleText() {
|
||||
return element(by.tagName('app-home')).element(by.deepCss('ion-title')).getText();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user