Skip to content

Commit

Permalink
test(daffio): fix a broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Apr 26, 2024
1 parent dd11deb commit 4b6d5af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('DaffioDocsPackagesListComponent', () => {

it('should render an anchor tag when the guide child has no children', () => {
const anchorTags = fixture.debugElement.queryAll(By.css('a'));
expect(anchorTags.length).toEqual(1);
expect(anchorTags.length).toEqual(2);
const buttons = fixture.debugElement.queryAll(By.css('button'));
expect(buttons.length).toEqual(1);
console.log(fixture.debugElement.nativeElement.innerHTML);
Expand Down

0 comments on commit 4b6d5af

Please sign in to comment.