MCPcopy
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

assertPopupActionTypeMethod · 0.95
seeInPopupMethod · 0.80
seeInPopupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected