File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
<!-- Delete the simple product -->
33
33
<deleteData createDataKey =" createSimpleProduct" stepKey =" deleteSimpleProduct" />
34
34
35
+ <!-- Delete a Website -->
36
+ <actionGroup ref =" AdminDeleteWebsiteActionGroup" stepKey =" deleteWebsite" >
37
+ <argument name =" websiteName" value =" Second Website" />
38
+ </actionGroup >
39
+
35
40
<!-- Log out -->
36
41
<actionGroup ref =" logout" stepKey =" logout" />
37
42
</after >
135
140
<actionGroup ref =" deleteProductUsingProductGrid" stepKey =" deleteProduct" >
136
141
<argument name =" product" value =" BundleProduct" />
137
142
</actionGroup >
138
-
139
- <!-- Delete created Website -->
140
- <actionGroup ref =" AdminDeleteWebsiteActionGroup" stepKey =" deleteWebsite" >
141
- <argument name =" websiteName" value =" $createWebsite.website[name]$" />
142
- </actionGroup >
143
143
</test >
144
144
<test name =" AdminCreateAndEditBundleProductOptionsNegativeTest" >
145
145
<annotations >
Original file line number Diff line number Diff line change 19
19
</annotations >
20
20
21
21
<before >
22
- <actionGroup ref = " LoginAsAdmin" stepKey =" loginAsAdmin" />
22
+ <actionGroup ref = " LoginAsAdmin" stepKey =" loginAsAdmin" />
23
23
</before >
24
24
<after >
25
25
<actionGroup ref =" AdminDeleteWebsiteActionGroup" stepKey =" deleteWebsite" >
You can’t perform that action at this time.
0 commit comments