Revert "feat(renderer): use a comment instead of an element when stamping out <template>
elements"
This reverts commit bb9cfe6f36
.
This commit is contained in:
@ -9,7 +9,7 @@ describe('ng2 naive infinite scroll benchmark', function() {
|
||||
it('should not throw errors', function() {
|
||||
browser.get(URL);
|
||||
var expectedRowCount = 18;
|
||||
var expectedCellsPerRow = 27;
|
||||
var expectedCellsPerRow = 28;
|
||||
var allScrollItems = 'scroll-app #testArea scroll-item';
|
||||
var cells = `${ allScrollItems } .row *`;
|
||||
var stageButtons = `${ allScrollItems } .row stage-buttons button`;
|
||||
|
Reference in New Issue
Block a user