describe('first section', () => {
    it('should rendered correct elements count', () => {
      const actual: number = spectator.queryAll('.example.example--first .item').length;
      const expected = 100;