From 3697f0327ac222cc3fefdb3cf385f7b2ddf8d198 Mon Sep 17 00:00:00 2001 From: nik Date: Thu, 26 Dec 2024 13:59:42 +0300 Subject: [PATCH] Fix target selector --- .../users/product_tours/configs/show_autolabel_button.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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