Updated tour skip-step condition to the new format after introduction of umb-icon

(cherry picked from commit 1107e5d0fd)
This commit is contained in:
Bjarke Berg
2020-10-05 08:31:12 +02:00
committed by Sebastiaan Janssen
parent 67f42c02b9
commit ad4834cc68

View File

@@ -312,7 +312,7 @@
"event": "click",
"eventElement": "#tree [data-element='tree-item-templates'] [data-element='tree-item-expand']",
"view": "templatetree",
"skipStepIfVisible": "#tree [data-element='tree-item-templates'] > div > button[data-element=tree-item-expand].icon-navigation-down"
"skipStepIfVisible": "#tree [data-element='tree-item-templates'] > div > button[data-element=tree-item-expand] span.icon-navigation-down"
},
{
"element": "#tree [data-element='tree-item-templates'] [data-element='tree-item-Home Page']",