diff --git a/package-lock.json b/package-lock.json
index 17d92881173a74cce69833a10bc6d6dcfe8bd539..5a5999eed47c3481d96351aa5e5bec8f6a543b0c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
         "@ahooksjs/use-url-state": "^3.5.0",
         "@emotion/react": "^11.11.1",
         "@emotion/styled": "^11.11.0",
-        "@ess-ics/ce-ui-common": "^4.8.1",
+        "@ess-ics/ce-ui-common": "^4.8.2",
         "@fontsource/roboto": "^4.1.0",
         "@mui/icons-material": "^5.14.1",
         "@mui/material": "^5.14.1",
@@ -3023,9 +3023,9 @@
       }
     },
     "node_modules/@ess-ics/ce-ui-common": {
-      "version": "4.8.1",
-      "resolved": "https://artifactory.esss.lu.se/artifactory/api/npm/ics-npm/@ess-ics/ce-ui-common/-/ce-ui-common-4.8.1.tgz",
-      "integrity": "sha1-5UQIFkep5TM+fb9gJPpa/dPidZ4=",
+      "version": "4.8.2",
+      "resolved": "https://artifactory.esss.lu.se/artifactory/api/npm/ics-npm/@ess-ics/ce-ui-common/-/ce-ui-common-4.8.2.tgz",
+      "integrity": "sha1-U9mN3YvbJmYHcWqCAXH5UwvGbv8=",
       "dependencies": {
         "@fontsource/titillium-web": "^4.5.9",
         "@mui/x-data-grid-pro": "^6.5.0",
@@ -38829,9 +38829,9 @@
       "dev": true
     },
     "@ess-ics/ce-ui-common": {
-      "version": "4.8.1",
-      "resolved": "https://artifactory.esss.lu.se/artifactory/api/npm/ics-npm/@ess-ics/ce-ui-common/-/ce-ui-common-4.8.1.tgz",
-      "integrity": "sha1-5UQIFkep5TM+fb9gJPpa/dPidZ4=",
+      "version": "4.8.2",
+      "resolved": "https://artifactory.esss.lu.se/artifactory/api/npm/ics-npm/@ess-ics/ce-ui-common/-/ce-ui-common-4.8.2.tgz",
+      "integrity": "sha1-U9mN3YvbJmYHcWqCAXH5UwvGbv8=",
       "requires": {
         "@fontsource/titillium-web": "^4.5.9",
         "@mui/x-data-grid-pro": "^6.5.0",
diff --git a/package.json b/package.json
index 00bf5ce3f54f48193eb2cb057cf9a25dae8de88f..c10e9425c9cb6eec15ffef1be0cb4fa31ebe2154 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
     "@ahooksjs/use-url-state": "^3.5.0",
     "@emotion/react": "^11.11.1",
     "@emotion/styled": "^11.11.0",
-    "@ess-ics/ce-ui-common": "^4.8.1",
+    "@ess-ics/ce-ui-common": "^4.8.2",
     "@fontsource/roboto": "^4.1.0",
     "@mui/icons-material": "^5.14.1",
     "@mui/material": "^5.14.1",
diff --git a/src/components/deployments/DeploymentJobOutput.js b/src/components/deployments/DeploymentJobOutput.js
index 9f2554e70ab4e012f65e28c160c059f3403f6e9b..c1e7acc55615238f1eb03c3e27b504a9609e7211 100644
--- a/src/components/deployments/DeploymentJobOutput.js
+++ b/src/components/deployments/DeploymentJobOutput.js
@@ -57,7 +57,6 @@ export function DeploymentJobOutput({ deploymentJob }) {
 
   return (
     <Stack>
-      <h1>Test</h1>
       {log ? (
         <div
           style={{
diff --git a/src/views/host/details/HostDetails.spec.js b/src/views/host/details/HostDetails.spec.js
index 561dbaeee7f7f0d31cd96971c465d2b8334f7d31..3d7b57c5e86e93275f74cb59801b70e37f641943 100644
--- a/src/views/host/details/HostDetails.spec.js
+++ b/src/views/host/details/HostDetails.spec.js
@@ -12,7 +12,9 @@ describe("Host Details View", () => {
     cy.wait("@getCSEntryHostWithStatus");
 
     cy.findByRole("heading", { name: /iocs/i, level: 3 }).should("exist");
-    // cy.findByRole("heading", {name: /host details/i, level: 3}).should("not.exist"); // requires CE-2399
+    cy.findByRole("heading", { name: /host details/i, level: 3 }).should(
+      "not.exist"
+    );
     cy.findByRole("heading", { name: /host log stream/i, level: 3 }).should(
       "not.exist"
     );