Skip to content

Commit

Permalink
will not be merged
Browse files Browse the repository at this point in the history
  • Loading branch information
suschneider committed Mar 4, 2024
1 parent 68c0bc5 commit 14a366d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</div>

<footer data-testing-id="section-footer" class="mt-auto">
<div>Hompage CWV</div>
<ish-footer [deviceType]="deviceType$ | async" />
</footer>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/app/pages/home/home-page.component.html
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<img src="/assets/img/01b05b1b-fdc8-4806-9613-5ddd95ef55f8.jpg" alt="homepage test" />
<ish-content-include includeId="include.homepage.content.pagelet2-Include" />
5 changes: 4 additions & 1 deletion src/app/pages/home/home-page.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ describe('Home Page Component', () => {
it('should render home page include when rendered', () => {
fixture.detectChanges();
expect(element).toMatchInlineSnapshot(`
<ish-content-include
<img
src="/assets/img/01b05b1b-fdc8-4806-9613-5ddd95ef55f8.jpg"
alt="homepage test"
/><ish-content-include
includeid="include.homepage.content.pagelet2-Include"
ng-reflect-include-id="include.homepage.content.pagel"
></ish-content-include>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14a366d

Please sign in to comment.