You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have an implementation for #on_page?, one issue is if the url that is navigated to, is not the url that is desired verified.
It might be nice to have a #verify_url method in addition to the #page_url method that always verifies the page. I think it should be implemented to match a regular expression.
The text was updated successfully, but these errors were encountered:
Now that we have an implementation for
#on_page?
, one issue is if the url that is navigated to, is not the url that is desired verified.It might be nice to have a
#verify_url
method in addition to the#page_url
method that always verifies the page. I think it should be implemented to match a regular expression.The text was updated successfully, but these errors were encountered: