Fix failing e2e tests (#460)

* fix broken tests

* navbar fixes + return pricing

* changes

* re-remove pricing
This commit is contained in:
Franjo Mindek
2025-07-30 15:19:59 +02:00
committed by GitHub
parent 0a7a04e63d
commit 3b7a67d5ae
11 changed files with 64 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
--- template/app/src/client/components/NavBar/constants.ts
+++ opensaas-sh/app/src/client/components/NavBar/constants.ts
@@ -9,12 +9,12 @@
@@ -9,7 +9,6 @@
export const marketingNavigationItems: NavigationItem[] = [
{ name: 'Features', to: '/#features' },
@@ -8,9 +8,3 @@
...staticNavigationItems,
] as const;
export const demoNavigationitems: NavigationItem[] = [
{ name: 'AI Scheduler', to: routes.DemoAppRoute.to },
{ name: 'File Upload', to: routes.FileUploadRoute.to },
+ { name: 'Pricing', to: routes.PricingPageRoute.to },
...staticNavigationItems,
] as const;