-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Use npm v7 and node.js 16 in development and testing #5922
Conversation
@@ -972,7 +972,7 @@ describe('Pie traces', function() { | |||
textposition: [['outside', 'outside', 'inside', 'inside', 'outside']], | |||
'outsidetextfont.size': 12 | |||
}, { | |||
t: '~=', l: '~=', | |||
t: '~=', l: 'shrunk', |
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.
Bring back the original test which was tweaked in e01d09a.
@@ -1449,7 +1449,7 @@ describe('axis zoom/pan and main plot zoom', function() { | |||
}); | |||
}); | |||
|
|||
it('panning a matching overlaying axis', function(done) { | |||
it('@noCI panning a matching overlaying axis', function(done) { |
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.
Instead of @noCI
can we just increase the tolerance a bit?
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.
This test passes locally. We did reduce the number of noCI
test when compared to pre-v2 era.
I hope in near future we could spend some time to bring that down to zero.
This is I think possible by ensuring the needed fonts installed in the jasmine containers.
So if you don't mind I keep this flag and instead open an issue to track it?
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.
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.
Sure, that's fine. Thanks for the tracking issue.
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.
💃 Looks good - if we can avoid adding another @noCI
that would be great, but don't need to spend a lot of time on that now.
Supersedes #5921 and fixes the issue with listing forked modules required to address #897.
@plotly/plotly_js