Skip to content

Commit 6386136

Browse files
committed
Fix typo in assertion
1 parent 5ede38a commit 6386136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<!-- Assert Redirect path, Target Path and Redirect type in grid -->
6969
<actionGroup ref="AdminSearchByRequestPathActionGroup" stepKey="searchByRequestPath">
7070
<argument name="redirectPath" value="{{_defaultCategory.name}}.html" />
71-
<argument name="redirectType" value="Permanent (301)" />
71+
<argument name="redirectType" value="No" />
7272
<argument name="targetPath" value="catalog/category/view/id/{$categoryId}"/>
7373
</actionGroup>
7474

0 commit comments

Comments
 (0)