Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ wait
Method
wait
lib/helper/Playwright.js:3155–3159 ·
view source on GitHub ↗
* {{> wait }}
(sec)
Source
from the content-addressed store, hash-verified
3153
* {{> wait }}
3154
*/
3155
async
wait(sec) {
3156
return
new
Promise(done => {
3157
setTimeout(done, sec * 1000)
3158
})
3159
}
3160
3161
/**
3162
* {{> waitForEnabled }}
Callers
6
type
Method · 0.95
waitForVisible
Method · 0.95
waitForInvisible
Method · 0.95
waitToHide
Method · 0.95
waitForNumberOfTabs
Method · 0.95
_waitForAction
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected