Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ wait
Method
wait
lib/helper/Puppeteer.js:2284–2288 ·
view source on GitHub ↗
* {{> wait }}
(sec)
Source
from the content-addressed store, hash-verified
2282
* {{> wait }}
2283
*/
2284
async
wait(sec) {
2285
return
new
Promise(done => {
2286
setTimeout(done, sec * 1000)
2287
})
2288
}
2289
2290
/**
2291
* {{> waitForEnabled }}
Callers
6
type
Method · 0.95
waitForNumberOfTabs
Method · 0.95
_waitForAction
Method · 0.95
heal.js
File · 0.45
heal_recipes.js
File · 0.45
github_test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected