MCPcopy
hub / github.com/blitz-js/blitz / waitForElementByCss

Method waitForElementByCss

integration-tests/utils/wd-chain.ts:95–97  ·  view source on GitHub ↗
(sel, timeout)

Source from the content-addressed store, hash-verified

93 }
94
95 waitForElementByCss(sel, timeout) {
96 return this.updateChain(() => this.browser.wait(until.elementLocated(By.css(sel), timeout)))
97 }
98
99 waitForCondition(condition) {
100 return this.updateChain(() =>

Callers 6

runTestsFunction · 0.45
runTestsFunction · 0.45
runTestsFunction · 0.45
runTestsFunction · 0.45
runTestsFunction · 0.45
runTestsFunction · 0.45

Calls 1

updateChainMethod · 0.95

Tested by 6

runTestsFunction · 0.36
runTestsFunction · 0.36
runTestsFunction · 0.36
runTestsFunction · 0.36
runTestsFunction · 0.36
runTestsFunction · 0.36