Skip to content

Commit c932eb4

Browse files
committed
Fix XPath selector for workflow name in TRS search results
1 parent 0d9ae69 commit c932eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/utils/navigation/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ trs_search:
680680
search: "#trs-search-query"
681681
search_result:
682682
type: xpath
683-
selector: "//td[contains(text(), '${workflow_name}')]"
683+
selector: "//td[contains(., '${workflow_name}')]"
684684
import_button: ".workflow-import"
685685
select_server_button: "#dropdownTrsServer"
686686
import_version: '[data-version-name*="${version}"]'

0 commit comments

Comments
 (0)