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 e802a8f commit 17cb4daCopy full SHA for 17cb4da
addon/ng2/blueprints/ng2/files/e2e/app.po.ts
@@ -2,8 +2,8 @@ export class <%= jsComponentName %>Page {
2
navigateTo() {
3
return browser.get('/');
4
}
5
-
+
6
getParagraphText() {
7
- return element(by.css('<%= jsComponentName %>-app p')).getText();
+ return element(by.css('<%= htmlComponentName %>-app p')).getText();
8
9
0 commit comments