Skip to content

Commit

Permalink
update test log message
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtj committed Sep 20, 2024
1 parent 4091507 commit 5c4ee71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await ml.commonUI.waitForMlLoadingIndicatorToDisappear();
await ml.jobSelection.assertJobSelection([testData.jobConfig.job_id]);

await ml.testExecution.logTestStep('displays the influencers list');
await ml.testExecution.logTestStep('does not display the influencers list');
await ml.anomalyExplorer.assertInfluencerListDoesNotExist();
});
}
Expand Down

0 comments on commit 5c4ee71

Please sign in to comment.