We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7706 commit 7069facCopy full SHA for 7069fac
app/code/Magento/Store/Test/Mftf/Test/AdminCreateStoreViewTest.xml
@@ -33,6 +33,9 @@
33
<actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="createStoreView2" />
34
<actionGroup ref="AdminCreateStoreViewCodeUniquenessActionGroup" stepKey="createStoreViewCode" />
35
<after>
36
+ <actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="deleteStoreView">
37
+ <argument name="customStore" value="customStore"/>
38
+ </actionGroup>
39
<actionGroup ref="logout" stepKey="logout"/>
40
</after>
41
</test>
0 commit comments