Skip to content

Commit 65ccff3

Browse files
authored
ACQE-6747: Admin user with access to only one store
changed attribute tag for asserting product name
1 parent a5d8d1b commit 65ccff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertEditedProductNameOnEditPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<arguments>
1616
<argument name="productName" type="string"/>
1717
</arguments>
18-
<waitForText selector="{{AdminProductFormSection.productName}}" userInput="{{productName}}" stepKey="assertProductName"/>
18+
<seeInField selector="{{AdminProductFormSection.productName}}" userInput="{{productName}}" stepKey="assertProductName"/>
1919
</actionGroup>
2020
</actionGroups>

0 commit comments

Comments
 (0)