File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
CatalogSearch/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 19
19
<group value =" Catalog" />
20
20
</annotations >
21
21
<before >
22
+ <actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
23
+ <actionGroup ref =" deleteAllProductsUsingProductGrid" stepKey =" deleteAllProducts" />
22
24
<createData entity =" ApiProductWithDescription" stepKey =" product" />
23
25
</before >
24
26
<after >
25
27
<deleteData createDataKey =" product" stepKey =" delete" />
28
+ <actionGroup ref =" logout" stepKey =" logoutFromAdmin" />
26
29
</after >
27
30
</test >
28
31
<test name =" AdvanceCatalogSearchSimpleProductBySkuTest" >
Original file line number Diff line number Diff line change 427
427
<group value =" mtf_migrated" />
428
428
</annotations >
429
429
<before >
430
+ <actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
431
+ <actionGroup ref =" deleteAllProductsUsingProductGrid" stepKey =" deleteAllProducts" />
430
432
<createData entity =" ApiProductWithDescription" stepKey =" simple1" />
431
433
<createData entity =" ApiGroupedProduct" stepKey =" createProduct" />
432
434
<createData entity =" OneSimpleProductLink" stepKey =" addProductOne" >
441
443
<after >
442
444
<deleteData stepKey =" deleteGroupedProduct" createDataKey =" createProduct" />
443
445
<deleteData stepKey =" deleteSimpleProduct" createDataKey =" simple1" />
446
+ <actionGroup ref =" logout" stepKey =" logoutFromAdmin" />
444
447
</after >
445
448
<amOnPage url =" {{StorefrontHomePage.url}}" stepKey =" goToFrontPage" />
446
449
<actionGroup ref =" StorefrontCheckQuickSearchStringActionGroup" stepKey =" searchStorefront" >
447
- <argument name =" phrase" value =" $createProduct.name$" />
450
+ <argument name =" phrase" value =" " $createProduct.name$" " />
448
451
</actionGroup >
449
452
<actionGroup ref =" StorefrontAddToCartFromQuickSearch" stepKey =" addProductToCart" >
450
453
<argument name =" productName" value =" $createProduct.name$" />
You can’t perform that action at this time.
0 commit comments