Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/listbox/index_spec.js')
-rw-r--r--spec/frontend/listbox/index_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/listbox/index_spec.js b/spec/frontend/listbox/index_spec.js
index 0816152f4e3..39e0332631b 100644
--- a/spec/frontend/listbox/index_spec.js
+++ b/spec/frontend/listbox/index_spec.js
@@ -96,8 +96,8 @@ describe('initListbox', () => {
});
});
- it('passes the "right" prop through to the underlying component', () => {
- expect(listbox().props('right')).toBe(parsedAttributes.right);
+ it('passes the "placement" prop through to the underlying component', () => {
+ expect(listbox().props('placement')).toBe(parsedAttributes.placement);
});
});
});