
committed by
Jason Aden

parent
aad3444a58
commit
2278fe8f0e
11
aio/tools/examples/shared/boilerplate/cli/e2e/src/app.po.ts
Normal file
11
aio/tools/examples/shared/boilerplate/cli/e2e/src/app.po.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { browser, by, element } from 'protractor';
|
||||
|
||||
export class AppPage {
|
||||
navigateTo() {
|
||||
return browser.get('/');
|
||||
}
|
||||
|
||||
getParagraphText() {
|
||||
return element(by.css('app-root h1')).getText();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user