Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ assertPopupVisible
Method
assertPopupVisible
lib/helper/extras/Popup.js:51–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
assertPopupVisible() {
52
if
(!this._popup) {
53
throw
new
Error(
'There is no Popup visible'
)
54
}
55
}
56
57
assertPopupActionType(
type
) {
58
this.assertPopupVisible()
Callers
3
assertPopupActionType
Method · 0.95
seeInPopup
Method · 0.80
seeInPopup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected