fix e2e tests

This commit is contained in:
vsavkin 2015-02-05 14:36:09 -08:00
parent e20d9dd073
commit ab9438ffdf
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ describe('ng2 change detection benchmark', function () {
it('should not throw errors', function() {
browser.get(URL);
testUtil.clickAll(['#ng2DetectChanges', '#baselineDetectChanges']);
testUtil.clickAll(['#ng2ChangeDetectionDynamic', '#ng2ChangeDetectionJit', '#baselineChangeDetection']);
});
});

View File

@ -1,5 +1,5 @@
var benchpress = require('../../../../tools/benchpress/index.js');
fdescribe('hello world', function () {
describe('hello world', function () {
afterEach(benchpress.verifyNoBrowserErrors);