Skip to content

Commit 6874b31

Browse files
committed
Change correct description for MFTF Test
1 parent 061b747 commit 6874b31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Review/Test/Mftf/ActionGroup/AdminAssertStoreViewRatingTitleWhenSingleStoreModeIsYesActionGroup.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1010
<actionGroup name="AdminAssertStoreViewRatingTitleWhenSingleStoreModeIsYesActionGroup">
1111
<annotations>
12-
<description>If Single Store Mode is enabled, default store view title label should be displayed.</description>
12+
<description>If Single Store Mode is enabled, default store view title label should not be displayed.</description>
1313
</annotations>
14-
<dontSeeElement selector="{{AdminEditAndNewRatingSection.defaultStoreViewTitleLabel}}" stepKey="seeLabel"/>
15-
<dontSeeElement selector="{{AdminEditAndNewRatingSection.defaultStoreViewTitleInput}}" stepKey="seeInput"/>
14+
<dontSeeElement selector="{{AdminEditAndNewRatingSection.defaultStoreViewTitleLabel}}" stepKey="dontSeeLabel"/>
15+
<dontSeeElement selector="{{AdminEditAndNewRatingSection.defaultStoreViewTitleInput}}" stepKey="dontSeeInput"/>
1616
</actionGroup>
1717
</actionGroups>

app/code/Magento/Review/Test/Mftf/Test/AdminVerifyNewRatingFormSingleStoreModeNoTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<features value="Review"/>
1414
<stories value="Rating Form"/>
1515
<title value="Verify New Rating Form if single store mode is No"/>
16-
<description value="New Rating Form should not have Default store view field if single store mode is No"/>
16+
<description value="New Rating Form should have Default store view field if single store mode is No"/>
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-21818"/>
1919
<group value="review"/>

0 commit comments

Comments
 (0)