File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/framework/tests/Feature Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ public function testPagesInSubdirectoriesAreNotAddedToTheNavigationMenuWithConfi
228228 $ menu = $ this ->createNavigationMenu ();
229229 $ expected = collect ([
230230 NavItem::fromRoute (Routes::get ('index ' )),
231- NavItem::dropdown ('foo ' , [
231+ NavItem::dropdown ('Foo ' , [
232232 NavItem::fromRoute (Routes::get ('foo/bar ' )),
233233 ]),
234234 ]);
@@ -249,7 +249,7 @@ public function testPagesInDropdownsDoNotGetAddedToTheMainNavigation()
249249 $ this ->assertEquals ([
250250 NavItem::fromRoute (Routes::get ('index ' )),
251251 NavItem::fromRoute ((new MarkdownPage ('foo ' ))->getRoute ()),
252- NavItem::dropdown ('bar ' , [
252+ NavItem::dropdown ('Bar ' , [
253253 NavItem::fromRoute ((new MarkdownPage ('bar/baz ' ))->getRoute ()),
254254 ]),
255255 ], $ menu ->getItems ()->all ());
You can’t perform that action at this time.
0 commit comments