File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
<amOnPage url =" {{AdminProductAttributeSetGridPage.url}}" stepKey =" amOnAttributeSetPage" />
38
38
<click selector =" {{AdminProductAttributeSetGridSection.attributeSetName('Default')}}" stepKey =" chooseDefaultAttributeSet" />
39
39
<waitForPageLoad stepKey =" waitForAttributeSetPageLoad" />
40
- <dragAndDrop selector1 =" {{AdminProductAttributeUnassignedSection.productAttributeName('testattribute ')}}" selector2 =" {{AdminProductAttributeGroupSection.folderName('Product Details')}}" stepKey =" moveProductAttributeToGroup" />
40
+ <dragAndDrop selector1 =" {{AdminProductAttributeUnassignedSection.productAttributeName('$$createProductAttribute.attribute_code$$ ')}}" selector2 =" {{AdminProductAttributeGroupSection.folderName('Product Details')}}" stepKey =" moveProductAttributeToGroup" />
41
41
<click selector =" {{AdminProductAttributeSetSection.save}}" stepKey =" saveAttributeSet" />
42
42
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear" />
43
43
<seeElement selector =" .message-success" stepKey =" assertSuccess" />
80
80
<argument name =" productVar" value =" $$createSimpleProduct1$$" />
81
81
</actionGroup >
82
82
<seeElement selector =" {{StorefrontProductCompareMainSection.productAttributeByName('SKU')}}" stepKey =" seeCompareAttributeSku" />
83
- <dontSeeElement selector =" {{StorefrontProductCompareMainSection.productAttributeByName('testattribute ')}}" stepKey =" dontSeeCompareTestAttribute" />
83
+ <dontSeeElement selector =" {{StorefrontProductCompareMainSection.productAttributeByName('$$createProductAttribute.attribute_code$$ ')}}" stepKey =" dontSeeCompareTestAttribute" />
84
84
</test >
85
85
</tests >
You can’t perform that action at this time.
0 commit comments