diff --git a/label_studio/users/product_tours/configs/show_autolabel_button.yml b/label_studio/users/product_tours/configs/show_autolabel_button.yml index fe87239d3f8d..b88ce2959dfb 100644 --- a/label_studio/users/product_tours/configs/show_autolabel_button.yml +++ b/label_studio/users/product_tours/configs/show_autolabel_button.yml @@ -1,5 +1,5 @@ steps: - - target: .lsf-auto-labeling-button + - target: '[data-testid="auto-labeling-button"]' placement: bottom title: 'Great news!' content: > @@ -11,4 +11,4 @@ steps: disableBeacon: true locale: last: "OK" - skip: "Don't show this message again." + skip: "Don't show this message again." \ No newline at end of file