-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
questionThis is a question about the package, and not actually an "issue".This is a question about the package, and not actually an "issue".
Description
There is a expectPageChange function in the API, but there is no ensurePageChange.
Context
We would like to have a test that asserts the flow of multiple pages, and the flow includes a click on a link.
-- ...
|> ProgramTest.clickLink "Text" "href"
|> ProgramTest.ensurePageChange "/href"
-- do more assertions once the page has changedIs there a limitation in the framework to do this, or is it counter to the philosophy of the tool?
Metadata
Metadata
Assignees
Labels
questionThis is a question about the package, and not actually an "issue".This is a question about the package, and not actually an "issue".