mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7377][ADF] Break Form dependency on Material Module (#9712)
* [ACS-7383] remove MaterialModule dependency, convert components to standalone * [ACS-7383] remove MaterialModule dependency, convert components to standalone * [ACS-7383] remove MaterialModule dependency, convert components to standalone * [ACS-7383] update e2e tests * [ACS-7383] update e2e tests * [ACS-7383] update e2e tests
This commit is contained in:
@@ -331,7 +331,7 @@ describe('StartFormComponent', () => {
|
||||
expect(dateElement).toBeDefined();
|
||||
expect(selectElement).toBeDefined();
|
||||
|
||||
expect(translate.instant(inputLabelElement.textContent)).toBe('ClientName*');
|
||||
expect(translate.instant(inputLabelElement.textContent.trim())).toBe('ClientName*');
|
||||
expect(translate.instant(dateLabelElement.innerText)).toBe('BillDate (D-M-YYYY)');
|
||||
expect(translate.instant(selectLabelElement.innerText)).toBe('ClaimType');
|
||||
});
|
||||
|
Reference in New Issue
Block a user