From a1ed048dcf090f0b4cbe0cdb2976718020a873c9 Mon Sep 17 00:00:00 2001 From: Saikumar Date: Mon, 4 Sep 2023 12:10:15 +0530 Subject: [PATCH] Added Mising Class Name --- tests/configuration/pages/pmmInventoryPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/configuration/pages/pmmInventoryPage.js b/tests/configuration/pages/pmmInventoryPage.js index 85c769672..ba3969a83 100644 --- a/tests/configuration/pages/pmmInventoryPage.js +++ b/tests/configuration/pages/pmmInventoryPage.js @@ -1,4 +1,4 @@ -const { I, inventoryAPI } = inject(); +const { I, inventoryAPI, remoteInstancesHelper } = inject(); const assert = require('assert'); const paginationPart = require('./paginationFragment'); const servicesTab = require('./servicesTab');