Skip to content

Commit

Permalink
changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishita committed Jul 26, 2022
1 parent fcf6964 commit 9f8f510
Show file tree
Hide file tree
Showing 5 changed files with 1,931 additions and 17,552 deletions.
2 changes: 2 additions & 0 deletions e2e/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ describe('angular-testing-course App', () => {

beforeEach(() => {
page = new AppPage();


});

it('should display welcome message', () => {
Expand Down
3 changes: 2 additions & 1 deletion e2e/app.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import { browser, by, element } from 'protractor';

export class AppPage {
navigateTo() {
return browser.get('/');
return browser.get('about');
}


getParagraphText() {
return element(by.css('app-root h1')).getText();
}
Expand Down
Loading

0 comments on commit 9f8f510

Please sign in to comment.