refactor(core): enable new animations dsl
Also deletes old tests that are not needed any more with the new view engine.
This commit is contained in:
@ -9,7 +9,8 @@
|
||||
import {verifyNoBrowserErrors} from 'e2e_util/e2e_util';
|
||||
import {browser, by, element, protractor} from 'protractor';
|
||||
|
||||
describe('WebWorkers Animations', function() {
|
||||
// TODO(matsko): make this test work again with new view engine.
|
||||
xdescribe('WebWorkers Animations', function() {
|
||||
afterEach(() => {
|
||||
verifyNoBrowserErrors();
|
||||
browser.ignoreSynchronization = false;
|
||||
|
Reference in New Issue
Block a user