Skip to content

Commit f921eca

Browse files
authored
Add files via upload
1 parent 35096fd commit f921eca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

e2e/src/app.po.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { browser, by, element } from 'protractor';
2+
3+
export class AppPage {
4+
navigateTo() {
5+
return browser.get('/');
6+
}
7+
8+
getParagraphText() {
9+
return element(by.css('app-root h1')).getText();
10+
}
11+
}

0 commit comments

Comments
 (0)