test(docs-infra): remove redundant code from `upgrade-module` e2e tests (#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 #39818
This commit is contained in:
George Kalpakas 2020-11-23 20:17:07 +02:00 committed by Andrew Kushnir
parent 4dba9fa530
commit 1fd09277a6
1 changed files with 0 additions and 6 deletions

View File

@ -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(() => {