File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 180
180
<pressKey selector =" {{AdminProductImagesSection.altText}}" parameterArray =" [\Facebook\WebDriver\WebDriverKeys::ESCAPE]" stepKey =" pressEsc31" />
181
181
<actionGroup ref =" AdminProductFormSaveActionGroup" stepKey =" saveProduct31" />
182
182
<waitForPageLoad stepKey =" wait7" />
183
- <actionGroup ref = " GoToProductPage " stepKey =" goToProductPage32" />
183
+ <amOnPage url = " {{ProductCatalogPage.url}} " stepKey =" goToProductPage32" />
184
184
<actionGroup ref =" FilterProductGridByNameActionGroup" stepKey =" filterProduct1" >
185
185
<argument name =" product" value =" $$SimpleProduct3$$" />
186
186
</actionGroup >
235
235
<actionGroup ref =" AdminProductFormSaveActionGroup" stepKey =" saveProduct41" />
236
236
<waitForPageLoad stepKey =" wait9" />
237
237
<!-- Go to product page and filter product-->
238
- <actionGroup ref = " GoToProductPage " stepKey =" goToProductPage42" />
238
+ <amOnPage url = " {{ProductCatalogPage.url}} " stepKey =" goToProductPage42" />
239
239
<actionGroup ref =" FilterProductGridByNameActionGroup" stepKey =" filterProduct2" >
240
240
<argument name =" product" value =" $$SimpleProduct4$$" />
241
241
</actionGroup >
278
278
<amOnPage url =" {{StorefrontProductPage.url($SimpleProduct4.custom_attributes[url_key]$)}}" stepKey =" goToProductPage423" />
279
279
<waitForPageLoad time =" 60" stepKey =" waitForPageLoadContentSection43" />
280
280
<seeElement selector =" {{StorefrontProductMediaSection.imageFile('/adobe-base')}}" stepKey =" seebaseimage43" />
281
- <!-- Go to Storefront Cstegory -->
281
+ <!-- Go to Storefront Category -->
282
282
<amOnPage url =" {{StorefrontCategoryPage.url($createCategory.custom_attributes[url_key]$)}}" stepKey =" goToCategoryPage43" />
283
283
<waitForPageLoad stepKey =" wait11" />
284
284
<seeElement selector =" {{StorefrontCategoryProductSection.ProductImageBySrc('/adobe-small')}}" stepKey =" seePlaceholderSmall43" />
285
-
286
285
</test >
287
286
</tests >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
+ <section name =" CmsNewPageSection" >
11
+ <element name =" content" type =" button" selector =" #menu-magento-backend-content" />
12
+ <element name =" blocks" type =" button" selector =" //span[text()='Blocks']" />
13
+ <element name =" create" type =" button" selector =" #add" />
14
+ <element name =" block" type =" input" selector =" //input[@name='title']" />
15
+ <element name =" id" type =" button" selector =" //input[@name='identifier']" />
16
+ <element name =" storeView" type =" button" selector =" //select[@name='store_id']//*[contains(text(), '{{arg}}')]" parameterized =" true" />
17
+ <element name =" frame" type =" iframe" selector =" cms_block_form_content_ifr" />
18
+ <element name =" description" type =" input" selector =" //body[@id='tinymce']" />
19
+ <element name =" save" type =" button" selector =" #save-button" />
20
+ </section >
21
+ </sections >
You can’t perform that action at this time.
0 commit comments