[AAE-2021] Unit tests for about components (#5496)

* * Added unit tests to the about-github-link component.
* Removed unused css

* * Added unit tests to the about module and prodcut-version components

* * After rebase
This commit is contained in:
siva kumar
2020-02-21 15:42:42 +05:30
committed by GitHub
parent 2874e6469b
commit bf11cd65ec
11 changed files with 581 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
<div class="adf-about-container">
<h3>{{ 'ABOUT.PACKAGES.TITLE' | translate }}</h3>
<div class="adf-about-modules-container">
<h3 data-automation-id="adf-about-modules-title">{{ 'ABOUT.PACKAGES.TITLE' | translate }}</h3>
<small>{{ 'ABOUT.PACKAGES.DESCRIPTION' | translate }}</small>
<adf-datatable [data]="dependencyEntries"></adf-datatable>