-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Assert onSurface
in Navigator
#3533
test: Assert onSurface
in Navigator
#3533
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Only one small comment, feel free to ignore!
(Funny, I was also about to propose a PR that adds the onSurfaceTolerance
to the isOnSurface
function).
This PR currently has a merge conflict. Please resolve this and then re-add the |
Quality Gate passedIssues Measures |
Adds
assert
s to theNavigator
to be sure that we are on the surface we expect to be.This came up in #3437 and I pulled this out to test it separately.