-
Notifications
You must be signed in to change notification settings - Fork 302
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
Rework test functional #2179
Rework test functional #2179
Conversation
2472956
to
2328132
Compare
6a194b7
to
c3b1d5d
Compare
c3b1d5d
to
51aae20
Compare
test/functional/hooks_functional.js
Outdated
@@ -239,7 +263,7 @@ exports.mochaHooks = { | |||
); | |||
view.controls.lookAtCoordinate(init, false); | |||
view.notifyChange(); | |||
} else if (view.isPlanarView) { | |||
} else if (view && view.isPlanarView) { | |||
// TODO: make the controls accessible from PlanarView before doing |
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.
same remark here regarding the controls
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.
View.controls is not yet refactored between all the different type of Views.
Thes part will need to be done before we can really cahnge the TODOs in here.
d04f28d
to
32f7812
Compare
32f7812
to
b734c9a
Compare
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.
Validated.
…tion of errors and save initial camera position only once
4970f66
to
9c101a9
Compare
The purpose of this PR is do rewrite the functionnal test to limit the failure during githubaction linked to unclear reasons.
Changes: