E2E - fixing

This commit is contained in:
Vito Albano
2024-04-05 12:06:43 +01:00
parent 4a5272a9d9
commit 71a499397c
3 changed files with 5 additions and 3 deletions
@@ -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();