Enhance the message of waitForUrlToBeEqualToExpectedUrl
and related methods
#122
Labels
enhancement
good first issue
help wanted
might need tests
For changes that (might) need tests
needs docs updates
Milestone
Currently, the message of the
waitForUrlToBeEqualToExpectedUrl
method is something like:Failed: current URL is different than expected URL: 'https://my-app.com'.
This lets us know that the URL is different than the expected one, but it does not tell us what's the current URL, which could be a piece of very helpful information when debugging failures.
I suggest that we change the message to something like:
The text was updated successfully, but these errors were encountered: