Skip to content

Commit

Permalink
fixed FTR
Browse files Browse the repository at this point in the history
  • Loading branch information
animehart committed May 22, 2024
1 parent 8bf678e commit 14581a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await groupSelector.setValue('Resource');

// Filter bar uses the field's customLabel in the DataView
await filterBar.addFilter({ field: 'Rule Name', operation: 'is', value: ruleName1 });
await filterBar.addFilter({ field: 'rule.name', operation: 'is', value: ruleName1 });
expect(await filterBar.hasFilter('rule.name', ruleName1)).to.be(true);

const grouping = await findings.findingsGrouping();
Expand Down

0 comments on commit 14581a1

Please sign in to comment.