revert: "revert: "feat(dev-infra): exposed new rule 'component_benchmark' via dev_infra (#36434)" (#36798)" (#36800)

This reverts commit ad8c4cdd75.

PR Close #36800
This commit is contained in:
Wagner Maciel
2020-04-24 13:14:28 -07:00
committed by atscott
parent 06a8ad28a7
commit caa4ab3235
96 changed files with 191 additions and 125 deletions

View File

@ -8,7 +8,7 @@
import {$, browser, by, element, ExpectedConditions} from 'protractor';
import {verifyNoBrowserErrors} from '../../../e2e_util/e2e_util';
import {verifyNoBrowserErrors} from '../../../../dev-infra/benchmark/driver-utilities';
function waitForElement(selector: string) {
// Waits for the element with id 'abc' to be present on the dom.