8000 fix image transition test - but why does it work? · plotly/plotly.js@148c693 · GitHub
[go: up one dir, main page]

Skip to content

Commit 148c693

Browse files
committed
fix image transition test - but why does it work?
1 parent 58c69e9 commit 148c693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/transition_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe('Plots.transition', function() {
106106
var pythonLogo = 'https://images.plot.ly/language-icons/api-home/python-logo.png';
107107

108108
function imageel() {
109-
return gd._fullLayout._imageUpperLayer.select('image').node();
109+
return gd._fullLayout._imageUpperLayer.node().querySelector('image');
110110
}
111111
function imagesrc() {
112112
return imageel().getAttribute('href');

0 commit comments

Comments
 (0)
0