mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix preselect user check (#5420)
This commit is contained in:
@@ -96,7 +96,7 @@ describe('DropdownSitesComponent', () => {
|
||||
fixture.detectChanges();
|
||||
fixture.whenStable().then(() => {
|
||||
fixture.detectChanges();
|
||||
expect(element.querySelector('[data-automation-id="lsite-loading"]')).toBeDefined();
|
||||
expect(element.querySelector('[data-automation-id="site-loading"]')).toBeDefined();
|
||||
});
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user