소스 검색

Update Dashboard widgets with Deployments.

Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
Nashwan Azhari 2 년 전
부모
커밋
83b10ce7d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/modules/DashboardModule/DashboardLicence/DashboardLicence.spec.tsx

+ 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 ");
   });
 });