Skip to content

Commit 9f8f510

Browse files
author
Nishita
committed
changes made
1 parent fcf6964 commit 9f8f510

File tree

5 files changed

+1931
-17552
lines changed

5 files changed

+1931
-17552
lines changed

e2e/app.e2e-spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ describe('angular-testing-course App', () => {
55

66
beforeEach(() => {
77
page = new AppPage();
8+
9+
810
});
911

1012
it('should display welcome message', () => {

e2e/app.po.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ import { browser, by, element } from 'protractor';
22

33
export class AppPage {
44
navigateTo() {
5-
return browser.get('/');
5+
return browser.get('about');
66
}
77

8+
89
getParagraphText() {
910
return element(by.css('app-root h1')).getText();
1011
}

0 commit comments

Comments
 (0)