We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35096fd commit f921ecaCopy full SHA for f921eca
e2e/src/app.po.ts
@@ -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