Bladeren bron

Update Dashboard widgets with Deployments.

Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
Nashwan Azhari 1 jaar geleden
bovenliggende
commit
83b10ce7d2

+ 1 - 1
src/components/modules/DashboardModule/DashboardLicence/DashboardLicence.spec.tsx

@@ -176,6 +176,6 @@ describe("DashboardLicence", () => {
     expect(
       TestUtils.selectAll("DashboardLicence__ChartHeaderCurrent-")[0]
         .textContent
-    ).toBe("1 Fuldilled Replica ");
+    ).toBe("1 Fulfilled Replica ");
   });
 });