re-enable upgrade-adapter tests
This commit is contained in:
parent
c3b9cb3a03
commit
c7487be4a2
|
@ -6,10 +6,10 @@ import { setProtractorToHybridMode } from '../protractor-helpers';
|
||||||
describe('Upgrade Tests', function () {
|
describe('Upgrade Tests', function () {
|
||||||
|
|
||||||
beforeAll(function () {
|
beforeAll(function () {
|
||||||
// setProtractorToHybridMode();
|
setProtractorToHybridMode();
|
||||||
});
|
});
|
||||||
|
|
||||||
fdescribe('NG1 Auto-bootstrap', function() {
|
describe('NG1 Auto-bootstrap', function() {
|
||||||
|
|
||||||
beforeAll(function () {
|
beforeAll(function () {
|
||||||
browser.get('/index-ng-app.html');
|
browser.get('/index-ng-app.html');
|
||||||
|
|
Loading…
Reference in New Issue