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:
@@ -145,7 +145,7 @@ describe('Form widgets', () => {
|
||||
});
|
||||
|
||||
it('[C272783] Should display displayText and displayValue in form', async () => {
|
||||
const expected0 = formInstance.getWidgetBy('id', appFields.displayText_id).value;
|
||||
const expected0 = ' ' + formInstance.getWidgetBy('id', appFields.displayText_id).value;
|
||||
const expected1 = (formInstance.getWidgetBy('id', appFields.displayValue_id).value as string) || 'Display value';
|
||||
const expected2 = (formInstance.getWidgetBy('id', appFields.displayValue_id).value as string) || '';
|
||||
|
||||
|
Reference in New Issue
Block a user