Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtj committed Oct 8, 2024
1 parent 4e2c6c6 commit d5d917a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export function MachineLearningJobAnnotationsProvider({ getService }: FtrProvide

public async openCreateAnnotationFlyout() {
await retry.tryForTime(30 * 1000, async () => {
const el = await find.byClassName('mlAnnotationBrush');
const el = await find.byClassName('ml-annotation__brush');

// simulate click and drag on the focus chart
// to generate annotation
Expand Down

0 comments on commit d5d917a

Please sign in to comment.