Skip to content

Commit 04dd740

Browse files
committed
chore(react-router): adding links to E2E tests
1 parent f70231a commit 04dd740

File tree

1 file changed

+6
-0
lines changed
  • packages/react-router/test/base/src/pages

1 file changed

+6
-0
lines changed

packages/react-router/test/base/src/pages/Main.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ const Main: React.FC = () => {
8080
<IonItem routerLink="/relative-paths">
8181
<IonLabel>Relative Paths</IonLabel>
8282
</IonItem>
83+
<IonItem routerLink="/nested-tabs-relative-links">
84+
<IonLabel>Nested Tabs Relative Links</IonLabel>
85+
</IonItem>
86+
<IonItem routerLink="/root-splat-tabs">
87+
<IonLabel>Root Splat Tabs</IonLabel>
88+
</IonItem>
8389
</IonList>
8490
</IonContent>
8591
</IonPage>

0 commit comments

Comments
 (0)