fix e2e tests
This commit is contained in:
parent
e20d9dd073
commit
ab9438ffdf
|
@ -8,7 +8,7 @@ describe('ng2 change detection benchmark', function () {
|
||||||
|
|
||||||
it('should not throw errors', function() {
|
it('should not throw errors', function() {
|
||||||
browser.get(URL);
|
browser.get(URL);
|
||||||
testUtil.clickAll(['#ng2DetectChanges', '#baselineDetectChanges']);
|
testUtil.clickAll(['#ng2ChangeDetectionDynamic', '#ng2ChangeDetectionJit', '#baselineChangeDetection']);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
var benchpress = require('../../../../tools/benchpress/index.js');
|
var benchpress = require('../../../../tools/benchpress/index.js');
|
||||||
fdescribe('hello world', function () {
|
describe('hello world', function () {
|
||||||
|
|
||||||
afterEach(benchpress.verifyNoBrowserErrors);
|
afterEach(benchpress.verifyNoBrowserErrors);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue