Skip to content

Commit b7feabd

Browse files
authored
Update render.js
1 parent ba4d5dd commit b7feabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/phantomjs/render.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
function checkIsReady() {
5252
var panelsRendered = page.evaluate(function() {
53-
var panelCount = document.querySelectorAll('.panel').length;
53+
var panelCount = document.querySelectorAll('plugin-component').length;
5454
return window.panelsRendered >= panelCount;
5555
});
5656

0 commit comments

Comments
 (0)