Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

23 рядки
1.2 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="AssertAdminItemOrderedErrorNotVisibleActionGroup">
  10. <annotations>
  11. <description>Assert that item in "Item Ordered" grid does not have 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. <dontSee userInput="{{message}}" selector="{{AdminOrderFormItemsOrderedSection.productMessage(productName, messageType)}}" stepKey="assertItemErrorNotVisible"/>
  19. <dontSee userInput="{{message}}" selector="{{AdminOrderFormMessagesSection.messageByType(messageType)}}" stepKey="assertOrderErrorNotVisible"/>
  20. </actionGroup>
  21. </actionGroups>