Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBuildbot committed Oct 18, 2020
1 parent 56708e5 commit a829005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/src/angular-buch.e2e-spec.ts
Expand Up @@ -6,9 +6,9 @@ describe('Angular Buch', () => {
beforeAll(() => /*BS*/browser.waitForAngularEnabled(false)/*BE*/);

it('should be called Angular', () => {
/*BS*/browser/*BE*/.get('https://www.dpunkt.de/buecher/13654.html');
/*BS*/browser/*BE*/.get('https://ng-buch.de/buch3');
const heading = /*BS*/element/*BE*/(/*BS*/by.tagName('h1')/*BE*/);
expect(heading.getText()).toEqual('Angular');
expect(heading.getText()).toContain('Angular');
});

afterAll(() => /*BS*/browser.waitForAngularEnabled(true)/*BE*/);
Expand Down

0 comments on commit a829005

Please sign in to comment.