Skip to content

Commit 682d935

Browse files
committed
MAGETWO-49091: Unskip CatalogRule FAT tests and fix if needed
1 parent e817691 commit 682d935

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Adminhtml/Promo/Catalog/Edit

1 file changed

+2
-1
lines changed

dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Adminhtml/Promo/Catalog/Edit/PromoForm.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
<strategy>xpath</strategy>
3131
<fields>
3232
<conditions>
33-
<selector>#catalog_rule_formrule_conditions_fieldset_</selector>
33+
<selector>//fieldset[contains(@id,"conditions")]</selector>
34+
<strategy>xpath</strategy>
3435
<input>conditions</input>
3536
</conditions>
3637
</fields>

0 commit comments

Comments
 (0)