Skip to content

Commit cec50ac

Browse files
committed
Fix test - call getFragment to render
1 parent 7aaa5ad commit cec50ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dom/components.browser.mocha.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ describe('components', function() {
315315
tick();
316316
};
317317
app.component('box', Box);
318+
page.getFragment('Body');
318319
});
319320
});
320321

0 commit comments

Comments
 (0)