|
19 | 19 | <actualResult type="const">$grabUPSActiveDisabled</actualResult> |
20 | 20 | <expectedResult type="string">true</expectedResult> |
21 | 21 | </assertEquals> |
| 22 | + <grabAttributeFrom selector="{{AdminShippingMethodsUpsSection.carriersUPSTypeSystem}}" userInput="disabled" stepKey="grabUPSTypeDisabled"/> |
| 23 | + <assertEquals stepKey="assertUPSTypeDisabled"> |
| 24 | + <actualResult type="const">$grabUPSTypeDisabled</actualResult> |
| 25 | + <expectedResult type="string">true</expectedResult> |
| 26 | + </assertEquals> |
22 | 27 | <grabAttributeFrom selector="{{AdminShippingMethodsUpsSection.carriersUPSAccountLive}}" userInput="disabled" stepKey="grabUPSAccountLiveDisabled"/> |
23 | 28 | <assertEquals stepKey="assertUPSAccountLiveDisabled"> |
24 | 29 | <actualResult type="const">$grabUPSAccountLiveDisabled</actualResult> |
25 | 30 | <expectedResult type="string">true</expectedResult> |
26 | 31 | </assertEquals> |
27 | | - <grabAttributeFrom selector="{{AdminShippingMethodsUpsSection.carriersUPSGatewayUrl}}" userInput="disabled" stepKey="grabUPSGatewayUrlDisabled"/> |
| 32 | + <grabAttributeFrom selector="{{AdminShippingMethodsUpsSection.carriersUPSGatewayXMLUrl}}" userInput="disabled" stepKey="grabUPSGatewayUrlDisabled"/> |
28 | 33 | <assertEquals stepKey="assertUPSGatewayUrlDisabled"> |
29 | 34 | <actualResult type="const">$grabUPSGatewayUrlDisabled</actualResult> |
30 | 35 | <expectedResult type="string">true</expectedResult> |
|
69 | 74 | <actualResult type="const">$grabUPSDestTypeDisabled</actualResult> |
70 | 75 | <expectedResult type="string">true</expectedResult> |
71 | 76 | </assertEquals> |
72 | | - <grabAttributeFrom selector="{{AdminShippingMethodsUpsSection.carriersUPSTrackingUrl}}" userInput="disabled" stepKey="grabUPSTrackingUrlDisabled"/> |
| 77 | + <grabAttributeFrom selector="{{AdminShippingMethodsUpsSection.carriersUPSTrackingXmlUrl}}" userInput="disabled" stepKey="grabUPSTrackingUrlDisabled"/> |
73 | 78 | <assertEquals stepKey="assertUPSTrackingUrlDisabled"> |
74 | 79 | <actualResult type="const">$grabUPSTrackingUrlDisabled</actualResult> |
75 | 80 | <expectedResult type="string">true</expectedResult> |
|
0 commit comments