diff --git a/ponyracer/package.json b/ponyracer/package.json
index 421d156d1..20250f868 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^17.0.0-rc.3",
- "@angular/cli": "^17.0.0-rc.3",
+ "@angular-devkit/build-angular": "^17.0.0-rc.4",
+ "@angular/cli": "^17.0.0-rc.4",
"@angular/compiler-cli": "^17.0.0-next.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
diff --git a/ponyracer/src/app/app.component.html b/ponyracer/src/app/app.component.html
index 11b5152ff..dd061ca51 100644
--- a/ponyracer/src/app/app.component.html
+++ b/ponyracer/src/app/app.component.html
@@ -9,9 +9,36 @@
-
-
-
-
-
-
-
+
diff --git a/ponyracer/src/app/app.component.spec.ts b/ponyracer/src/app/app.component.spec.ts
index 988beb942..51a74cc9a 100644
--- a/ponyracer/src/app/app.component.spec.ts
+++ b/ponyracer/src/app/app.component.spec.ts
@@ -24,6 +24,6 @@ describe('AppComponent', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
const compiled = fixture.nativeElement as HTMLElement;
- expect(compiled.querySelector('.content span')?.textContent).toContain('ponyracer app is running!');
+ expect(compiled.querySelector('h1')?.textContent).toContain('Hello, ponyracer');
});
});