diff --git a/tests/interactive/scroll-view-sizing.js b/tests/interactive/scroll-view-sizing.js index 42027c960..967c9cdcc 100644 --- a/tests/interactive/scroll-view-sizing.js +++ b/tests/interactive/scroll-view-sizing.js @@ -386,6 +386,7 @@ function test() { } vfade.connect('clicked', function() { toggleFade(vfade); }); + toggleFade(vfade); UI.main(stage); }