fix(browser): platform code cleanup

This commit is contained in:
Victor Berchet
2016-05-20 16:11:49 -07:00
parent 9634e8d14a
commit 75e6dfb9ab
39 changed files with 626 additions and 821 deletions

View File

@ -12,7 +12,6 @@ describe('WebWorkers Input', function() {
it('should bootstrap', () => {
// This test can't wait for Angular 2 as Testability is not available when using WebWorker
browser.ignoreSynchronization = true;
browser.get('/');
browser.get(URL);
waitForBootstrap();
@ -23,7 +22,6 @@ describe('WebWorkers Input', function() {
it('should bind to input value', () => {
// This test can't wait for Angular 2 as Testability is not available when using WebWorker
browser.ignoreSynchronization = true;
browser.get('/');
browser.get(URL);
waitForBootstrap();
@ -38,7 +36,6 @@ describe('WebWorkers Input', function() {
it('should bind to textarea value', () => {
// This test can't wait for Angular 2 as Testability is not available when using WebWorker
browser.ignoreSynchronization = true;
browser.get('/');
browser.get(URL);
waitForBootstrap();