No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

26 líneas
1.3 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"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  10. <actionGroup name="AssertSearchResultActionGroup">
  11. <annotations>
  12. <description>Check search result on Storefront</description>
  13. </annotations>
  14. <arguments>
  15. <argument name="keyword" defaultValue="Simple Product A" type="string"/>
  16. <argument name="product" type="string" defaultValue="Simple Product A"/>
  17. </arguments>
  18. <fillField userInput="{{keyword}}" selector="{{StorefrontQuickSearchSection.searchPhrase}}" stepKey="fillSearchBar"/>
  19. <waitForPageLoad stepKey="waitForSearchButton"/>
  20. <click selector="{{StorefrontQuickSearchSection.searchButton}}" stepKey="clickSearchButton"/>
  21. <waitForPageLoad stepKey="waitForPageLoad"/>
  22. <seeInCurrentUrl url="{{StorefrontCatalogSearchPage.url}}" stepKey="checkUrl"/>
  23. <seeElement selector="{{StorefrontCategoryMainSection.specifiedProductItemInfo(product)}}" stepKey="foundProductAOnPage"/>
  24. </actionGroup>
  25. </actionGroups>