+ {/* number of plugins found related to the search */}
{pluginsFound}
-
+
+
+
diff --git a/src/components/Plugins/Plugins.test.js b/src/components/Plugins/Plugins.test.js
index 748d7495..38fee56c 100644
--- a/src/components/Plugins/Plugins.test.js
+++ b/src/components/Plugins/Plugins.test.js
@@ -55,11 +55,11 @@ describe('Plugins', () => {
.toHaveLength(1);
});
- it('should render 1 MenuItem component inside DropdownButton', () => {
+ it('should render 3 MenuItem component inside DropdownButton', () => {
expect(wrapper
.find('DropdownButton')
.find('MenuItem'))
- .toHaveLength(1);
+ .toHaveLength(3);
});
it('every MenuItem component should have eventKey prop', () => {
@@ -154,6 +154,7 @@ describe('rendered Plugins', () => {
dock_image: 'dock/image2',
creation_date: '2018-06-19T15:29:11.349272Z',
},
+
];
wrapper = shallow(