MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / seeInPopup

Method seeInPopup

lib/helper/Playwright.js:1060–1064  ·  view source on GitHub ↗

* {{> seeInPopup }}

(text)

Source from the content-addressed store, hash-verified

1058 * {{> seeInPopup }}
1059 */
1060 async seeInPopup(text) {
1061 popupStore.assertPopupVisible()
1062 const popupText = await popupStore.popup.message()
1063 stringIncludes('text in popup').assert(text, popupText)
1064 }
1065
1066 /**
1067 * Set current page

Callers

nothing calls this directly

Calls 2

assertPopupVisibleMethod · 0.80
assertMethod · 0.80

Tested by

no test coverage detected