MCPcopy
hub / github.com/angular/angular / selectScenario

Function selectScenario

modules/benchmarks/src/styling/styling_perf.spec.ts:86–89  ·  view source on GitHub ↗
(optionIndex: number)

Source from the content-addressed store, hash-verified

84});
85
86function selectScenario(optionIndex: number) {
87 // Switch to the current scenario by clicking the corresponding option.
88 element.all(by.tagName('option')).get(optionIndex).click();
89}
90
91function create() {
92 $('#create').click();

Callers 1

Calls 3

getMethod · 0.65
clickMethod · 0.45
allMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…