re-enable upgrade-adapter tests

This commit is contained in:
Filipe Silva 2016-11-10 15:27:42 +00:00
parent c3b9cb3a03
commit c7487be4a2
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ import { setProtractorToHybridMode } from '../protractor-helpers';
describe('Upgrade Tests', function () {
beforeAll(function () {
// setProtractorToHybridMode();
setProtractorToHybridMode();
});
fdescribe('NG1 Auto-bootstrap', function() {
describe('NG1 Auto-bootstrap', function() {
beforeAll(function () {
browser.get('/index-ng-app.html');