Skip to content

Commit

Permalink
[ML] Fix updated method name
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jan 20, 2022
1 parent b6956c7 commit a839fe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function ({ getService }: FtrProviderContext) {
'should have the retention policy inputs enabled'
);
await transform.editFlyout.openTransformEditAccordionRetentionPolicySettings();
await transform.editFlyout.assertTransformEditFlyoutRetentionPolicySelectEnabled(true);
await transform.editFlyout.assertTransformEditFlyoutRetentionPolicyFieldSelectEnabled(true);
await transform.editFlyout.assertTransformEditFlyoutInputEnabled(
'RetentionPolicyMaxAge',
true
Expand Down

0 comments on commit a839fe2

Please sign in to comment.