Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

22 wiersze
1.0 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  9. <actionGroup name="AssertAdminItemOrderedErrorActionGroup">
  10. <annotations>
  11. <description>Assert that item in "Item Ordered" grid has an error/notice</description>
  12. </annotations>
  13. <arguments>
  14. <argument name="productName" defaultValue="{{_defaultProduct.name}}" type="string"/>
  15. <argument name="messageType" defaultValue="error" type="string"/>
  16. <argument name="message" defaultValue="The requested qty is not available" type="string"/>
  17. </arguments>
  18. <see userInput="{{message}}" selector="{{AdminOrderFormItemsOrderedSection.productMessage(productName, messageType)}}" stepKey="assertItemErrorVisible"/>
  19. </actionGroup>
  20. </actionGroups>