mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
E2E - fixing
This commit is contained in:
@@ -131,7 +131,7 @@ describe('TaskHeaderCloudComponent', () => {
|
||||
xit('should display priority with default values', async () => {
|
||||
fixture.detectChanges();
|
||||
|
||||
const priorityEl = fixture.debugElement.nativeElement.querySelector('[data-automation-id="header-priority"] .mat-select-trigger');
|
||||
const priorityEl = fixture.debugElement.nativeElement.querySelector('[data-automation-id="header-priority"] .mat-mdc-select-trigger');
|
||||
expect(priorityEl).toBeDefined();
|
||||
expect(priorityEl).not.toBeNull();
|
||||
|
||||
|
Reference in New Issue
Block a user