@ -11,7 +11,7 @@ import {$} from 'protractor';
|
||||
import {openTreeBenchmark} from './test_utils';
|
||||
|
||||
describe('tree benchmark detect changes', () => {
|
||||
it('should work for detectChanges', async() => {
|
||||
it('should work for detectChanges', async () => {
|
||||
openTreeBenchmark();
|
||||
await $('#detectChanges').click();
|
||||
expect($('#numberOfChecks').getText()).toContain('10');
|
||||
|
Reference in New Issue
Block a user