Skip to content
Snippets Groups Projects
Commit 43568981 authored by Guillaume Delhumeau's avatar Guillaume Delhumeau
Browse files

[Misc] Add a minor assert

parent 7c04e073
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ public void verifyBreadcrumbInParentChildMode()
// Verify breadcrumb doesn't display page title for the parent page (since the guest user doesn't have view
// permission for it).
vp = getUtil().gotoPage(getTestClassName(), getTestMethodName());
assertFalse(vp.isAuthenticated());
assertFalse(vp.hasBreadcrumbContent(PARENT_TITLE, false, true));
assertTrue(vp.hasBreadcrumbContent(CHILD_TITLE, true, true));
assertTrue(vp.hasBreadcrumbContent(parentPageName, false, false));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment