Skip to content

Commit

Permalink
test(docs-infra): remove redundant code from upgrade-module e2e tes…
Browse files Browse the repository at this point in the history
…ts (angular#39818)

This commit removes some code that is no longer necessary for the
`upgrade-module` docs example e2e tests to run. It used to be necessary
in earlier version of Protractor but not any more.

PR Close angular#39818
  • Loading branch information
gkalpak authored and AndrewKushnir committed Nov 24, 2020
1 parent 4dba9fa commit 1fd0927
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions aio/content/examples/upgrade-module/e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import { browser, element, by } from 'protractor';

describe('Upgrade Tests', () => {

beforeAll(() => {
// Set protractor to hybrid mode.
browser.rootEl = 'body';
browser.ng12Hybrid = true;
});

describe('AngularJS Auto-bootstrap', () => {

beforeAll(() => {
Expand Down

0 comments on commit 1fd0927

Please sign in to comment.