diff --git a/frontends/workflowui/playwright/templates.json b/frontends/workflowui/playwright/templates.json index 23714ed87..cb4595cfd 100644 --- a/frontends/workflowui/playwright/templates.json +++ b/frontends/workflowui/playwright/templates.json @@ -183,7 +183,7 @@ { "description": "Verify workspace dropdown visible", "action": "expect", - "label": "Workspace", + "selector": ":text-is('Workspace')", "assertion": { "matcher": "toBeVisible" }