* {{> seeInPopup }}
(text)
| 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 |
nothing calls this directly
no test coverage detected