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