Skip to content

Commit f9152d2

Browse files
committed
SwiftOtter-SOP-348 Avoid referring to previously defined phrase
1 parent 3ec1e56 commit f9152d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Test/Mftf/Test/CatalogSearchWithNegativeQuantityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<argument name="pageNumber" value="-1"/>
4141
</actionGroup>
4242

43-
<seeCurrentUrlMatches regex="~{{StorefrontCatalogSearchPage.url}}?q={{phrase}}$~" stepKey="seeUrlWithNoPage"/>
43+
<seeCurrentUrlMatches regex="~{{StorefrontCatalogSearchPage.url}}?q=simple$~" stepKey="seeUrlWithNoPage"/>
4444
<!-- Validate that "no products found" error message is not present -->
4545
<actionGroup ref="StorefrontDontSeeNoProductsFoundActionGroup" stepKey="dontSeeNoProdsFoundMessage"/>
4646
<!-- Verify the products are visible on the Category Page -->

0 commit comments

Comments
 (0)