parent
08f447ceec
commit
0035d41030
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
import { browser, element, by } from 'protractor';
|
import { browser, element, by } from 'protractor';
|
||||||
|
|
||||||
// TODO: Fix failing tests
|
describe('Upgrade Tests', function () {
|
||||||
xdescribe('Upgrade Tests', function () {
|
|
||||||
|
|
||||||
beforeAll(function () {
|
beforeAll(function () {
|
||||||
// Set protractor to hybrid mode.
|
// Set protractor to hybrid mode.
|
||||||
|
@ -27,7 +27,8 @@
|
|||||||
|
|
||||||
// other libraries
|
// other libraries
|
||||||
'rxjs': 'npm:rxjs',
|
'rxjs': 'npm:rxjs',
|
||||||
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
|
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
|
||||||
|
'tslib': 'npm:tslib/tslib.js',
|
||||||
},
|
},
|
||||||
// packages tells the System loader how to load when no filename and/or no extension
|
// packages tells the System loader how to load when no filename and/or no extension
|
||||||
packages: {
|
packages: {
|
||||||
@ -40,7 +41,7 @@
|
|||||||
'rxjs/operators': {main: 'index.js', defaultExtension: 'js' },
|
'rxjs/operators': {main: 'index.js', defaultExtension: 'js' },
|
||||||
'rxjs/testing': {main: 'index.js', defaultExtension: 'js' },
|
'rxjs/testing': {main: 'index.js', defaultExtension: 'js' },
|
||||||
'rxjs/websocket': {main: 'index.js', defaultExtension: 'js' },
|
'rxjs/websocket': {main: 'index.js', defaultExtension: 'js' },
|
||||||
'rxjs': { main: 'index.js', defaultExtension: 'js' },
|
'rxjs': { main: 'index.js', defaultExtension: 'js' }
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})(this);
|
})(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user