Skip to content

Commit 7317071

Browse files
author
Dan Skinner
committed
run e2e tests over https
1 parent f964c35 commit 7317071

File tree

1 file changed

+3
-3
lines changed
  • test/browser/features/fixtures/packages/route-change-spans/src

1 file changed

+3
-3
lines changed

test/browser/features/fixtures/packages/route-change-spans/src/app.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ function Navigation() {
2424

2525
function App() {
2626
return (
27-
<Router basename="/docs/route-change-spans">
27+
<Router basename="/docs/route-change-spans/">
2828
<Navigation />
2929
<Switch>
30-
<Route path="/home">
30+
<Route path="home">
3131
<Home />
3232
</Route>
33-
<Route path="/new-route">
33+
<Route path="new-route">
3434
<About />
3535
</Route>
3636
</Switch>

0 commit comments

Comments
 (0)