Skip to content

Commit

Permalink
correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Ben Makhlouf committed Oct 11, 2024
1 parent 705ce6e commit 29a596e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/components/divider/divider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ describe('Divider', () => {
it('should display by default', () => {
fixture.detectChanges();

const dividerEl = fixture.debugElement.query(By.css('.p-divider'));
expect(dividerEl.nativeElement).toBeTruthy();
expect(fixture.nativeElement.classList).toContain('p-divider');
});
});

0 comments on commit 29a596e

Please sign in to comment.