Add a `page.pause()` function as a natural way to halt tests. That's easier to understand compared to an arbitrary `throw` statement or `assert(0)`.
Add a
page.pause()function as a natural way to halt tests. That's easier to understand compared to an arbitrarythrowstatement orassert(0).