Skip to content

Commit

Permalink
Merge branch 'bootstrap' into bootstrap-v17
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Dec 3, 2023
2 parents 4b6e56a + a9b25ee commit 345bcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Run integration tests
uses: cypress-io/github-action@v6
with:
browser: chrome
start: npm start
install: false
wait-on: 'http://[::1]:4200'
2 changes: 1 addition & 1 deletion src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ describe('AppComponent', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
const compiled = fixture.nativeElement as HTMLElement;
expect(compiled.querySelector('h1')?.textContent).toContain('Welcome to ng-demo!');
expect(compiled.querySelector('nav')?.textContent).toContain('Welcome to ng-demo!');
});
});

0 comments on commit 345bcee

Please sign in to comment.