Skip to content

Commit 48a5bbf

Browse files
committed
fix(query-builder): test confirm button name change
1 parent e227e70 commit 48a5bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/query-builder/query-builder-functions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export class QueryBuilderFunctions {
254254
const actionButtons = fix.debugElement.queryAll(By.css('.igx-filter-tree__inputs-actions > button'));
255255
const commitButton = actionButtons.filter((el: DebugElement) => {
256256
const icon = el.query(By.directive(IgxIconComponent)).componentInstance;
257-
return icon.name === 'check';
257+
return icon.name === 'confirm';
258258
});
259259

260260
return commitButton[level].nativeElement;

0 commit comments

Comments
 (0)