Skip to content

Commit 8e8f5d6

Browse files
committed
fixup tests post 74ecbf8
1 parent abb11e0 commit 8e8f5d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/jasmine/tests/cone_test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ describe('@gl Test cone autorange:', function() {
164164
})
165165
.then(function() {
166166
_assertAxisRanges('with sizemode absolute',
167-
[-2.31, 8.31], [-2.31, 8.31], [-2.31, 8.31]
167+
[0.63, 5.37], [0.63, 5.37], [0.63, 5.37]
168168
);
169169
})
170170
.catch(failTest)
@@ -234,7 +234,7 @@ describe('@gl Test cone interactions', function() {
234234
.then(_hover)
235235
.then(function() {
236236
assertHoverLabelContent({
237-
nums: ['x: 3', 'y: 3', 'z: 3', 'norm: 2.00'].join('\n')
237+
nums: ['x: 2', 'y: 2', 'z: 2', 'norm: 3.00'].join('\n')
238238
});
239239

240240
return Plotly.restyle(gd, 'hoverinfo', 'u+v+w');
@@ -243,7 +243,7 @@ describe('@gl Test cone interactions', function() {
243243
.then(_hover)
244244
.then(function() {
245245
assertHoverLabelContent({
246-
nums: ['u: 0', 'v: 0', 'w: 2'].join('\n')
246+
nums: ['u: 0', 'v: 3', 'w: 0'].join('\n')
247247
});
248248
})
249249
.catch(failTest)

0 commit comments

Comments
 (0)