summaryrefslogtreecommitdiff
path: root/spec/frontend/nav/components/top_nav_container_view_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/nav/components/top_nav_container_view_spec.js')
-rw-r--r--spec/frontend/nav/components/top_nav_container_view_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/nav/components/top_nav_container_view_spec.js b/spec/frontend/nav/components/top_nav_container_view_spec.js
index 0218f09af0a..293fe361fa9 100644
--- a/spec/frontend/nav/components/top_nav_container_view_spec.js
+++ b/spec/frontend/nav/components/top_nav_container_view_spec.js
@@ -103,6 +103,7 @@ describe('~/nav/components/top_nav_container_view.vue', () => {
expect(findMenuSections().props()).toEqual({
sections,
withTopBorder: true,
+ isPrimarySection: false,
});
});
});