refactor(benchpress): made all it callbacks async (#35147)
PR Close #35147
This commit is contained in:

committed by
Kara Erickson

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