Skip to content

Commit 27e2a0c

Browse files
committed
bring back additional delay() after first hover/click to pass on CI
1 parent 8802220 commit 27e2a0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/jasmine/tests/gl_plot_interact_test.js

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ describe('Test gl3d plots', function() {
9494
});
9595
})
9696
.then(_hover)
97+
.then(delay)
9798
.then(function() {
9899
assertHoverText('x: 140.72', 'y: −96.97', 'z: −96.97');
99100
assertEventData('140.72', '−96.97', '−96.97', 0, 2);
@@ -153,6 +154,7 @@ describe('Test gl3d plots', function() {
153154
});
154155
})
155156
.then(_click)
157+
.then(delay)
156158
.then(function() {
157159
assertEventData('140.72', '−96.97', '−96.97', 0, 2);
158160
})

0 commit comments

Comments
 (0)