Skip to content

Commit e8999f5

Browse files
committed
ACP2E-4208: "Confirm Form Resubmission" on Catalog Search with "Remember Category Pagination"
- Deprecated StorefrontAssertsCustomerBehaviourForProductTest in favor of StorefrontSearchToolbarTest
1 parent c9d1ea8 commit e8999f5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontAssertsCustomerBehaviourForProductTest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="StorefrontAssertsCustomerBehaviourForProductTest">
11+
<test name="StorefrontAssertsCustomerBehaviourForProductTest" deprecated="Use StorefrontSearchToolbarTest instead">
1212
<annotations>
1313
<features value="Catalog"/>
1414
<stories value="Product Sorting for guest/customer in storefront"/>
@@ -17,6 +17,9 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="AC-8905"/>
1919
<group value="catalog"/>
20+
<skip>
21+
<issueId value="DEPRECATED">Use StorefrontSearchToolbarTest instead</issueId>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<!-- Precondition Step.1: Magento should be installed.with Sample Data -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<stories value="Search Result Toolbar"/>
1515
<title value="Verify sorting toolbar changes on search results work as expected and don't cause form resubmission dialog"/>
1616
<description value="Test that sorting toolbar changes apply properly and redirect properly to prevent 'Confirm Form Resubmission' dialog when using back button, and toolbar settings are preserved"/>
17-
<severity value="AVERAGE"/>
18-
<testCaseId value="AC-15666"/>
17+
<severity value="MAJOR"/>
18+
<testCaseId value="AC-15666,AC-8905"/>
1919
<useCaseId value="ACP2E-4208"/>
2020
<group value="CatalogSearch"/>
2121
</annotations>

0 commit comments

Comments
 (0)