Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Fix issue with data id attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
okolesnyk committed Jun 8, 2018
1 parent 837b8d1 commit 0c5cd6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/di.xml
Expand Up @@ -461,6 +461,7 @@
<argument name="idAttributes" xsi:type="array">
<item name="/config/testCase" xsi:type="string">name</item>
<item name="/config/testCase/variation" xsi:type="string">name</item>
<item name="/config/testCase/variation/data" xsi:type="string">name</item>
<item name="/config/testCase/variation/data(/item)+" xsi:type="string">name</item>
<item name="/config/testCase/variation/constraint" xsi:type="string">name</item>
</argument>
Expand Down

0 comments on commit 0c5cd6f

Please sign in to comment.