mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-23 11:37:48 +01:00
Fix failing e2e tests (#460)
* fix broken tests * navbar fixes + return pricing * changes * re-remove pricing
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
+ </Button>
|
||||
</WaspRouterLink>
|
||||
) : (
|
||||
<div className='space-y-2'>
|
||||
<ul className='space-y-2'>
|
||||
@@ -174,7 +187,14 @@
|
||||
)}
|
||||
</div>
|
||||
@@ -114,7 +114,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -217,6 +237,6 @@
|
||||
@@ -218,6 +238,6 @@
|
||||
'size-7': isScrolled,
|
||||
})}
|
||||
src={logo}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user