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:
parent
4dba9fa530
commit
1fd09277a6
|
@ -2,12 +2,6 @@ import { browser, element, by } from 'protractor';
|
||||||
|
|
||||||
describe('Upgrade Tests', () => {
|
describe('Upgrade Tests', () => {
|
||||||
|
|
||||||
beforeAll(() => {
|
|
||||||
// Set protractor to hybrid mode.
|
|
||||||
browser.rootEl = 'body';
|
|
||||||
browser.ng12Hybrid = true;
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('AngularJS Auto-bootstrap', () => {
|
describe('AngularJS Auto-bootstrap', () => {
|
||||||
|
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
|
|
Loading…
Reference in New Issue