Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Dec 10, 2024
1 parent 233b149 commit 9530175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ describe('AppComponent', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
const compiled = fixture.debugElement.nativeElement;
expect(compiled.querySelector('.navbar-brand .navbar-item').textContent).toContain('{{cookiecutter.project_title}}');
expect(compiled.querySelector('.navbar-brand').textContent).toContain('{{cookiecutter.project_title}}');
});
});

0 comments on commit 9530175

Please sign in to comment.