Skip to content

Commit a79f190

Browse files
committed
Updated for demo warehouse id change
1 parent 8023cd0 commit a79f190

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jmeter/PopcOrderToCash.jmx

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</elementProp>
205205
<elementProp name="facilityId" elementType="HTTPArgument">
206206
<boolProp name="HTTPArgument.always_encode">false</boolProp>
207-
<stringProp name="Argument.value">ORG_ZIZI_RETAIL_WH</stringProp>
207+
<stringProp name="Argument.value">ZIRET_WH</stringProp>
208208
<stringProp name="Argument.metadata">=</stringProp>
209209
<boolProp name="HTTPArgument.use_equals">true</boolProp>
210210
<stringProp name="Argument.name">facilityId</stringProp>

src/test/groovy/PopcAdminScreenTests.groovy

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ class PopcAdminScreenTests extends Specification {
128128
"Shipment/ShipmentDetail?shipmentId=55401" | ['Order #55401', 'Picker Bot 2000'] // Outgoing Shipment
129129

130130
// Facility
131-
"Facility/EditFacility?facilityId=ORG_ZIZI_RETAIL_WH" | ['Ziziwork Retail Warehouse', '51 W. Center St.']
132-
"Facility/EditFacilityLocations?facilityId=ORG_ZIZI_RETAIL_WH" | []
133-
"Facility/FacilityCalendar?facilityId=ORG_ZIZI_RETAIL_WH" | []
131+
"Facility/EditFacility?facilityId=ZIRET_WH" | ['Ziziwork Retail Warehouse', '51 W. Center St.']
132+
"Facility/EditFacilityLocations?facilityId=ZIRET_WH" | []
133+
"Facility/FacilityCalendar?facilityId=ZIRET_WH" | []
134134

135135
// Asset
136136
"Asset/AssetDetail?assetId=55400" | ['DEMO_1_1', 'ORG_ZIZI_RETAIL', 'Current: Available']

0 commit comments

Comments
 (0)