File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 194
194
<!-- Switch to FR Store View Storefront -->
195
195
196
196
<amOnPage url =" {{StorefrontHomePage.url}}" stepKey =" amOnProduct4Page" />
197
- <click selector =" {{StorefrontBannerSection .storeViewSwitcher}}" stepKey =" clickStoreViewSwitcher1" />
198
- <waitForElementVisible selector =" {{StorefrontBannerSection .storeViewDropdown}}" stepKey =" waitForStoreViewDropdown1" />
199
- <click selector =" {{StorefrontBannerSection .storeViewOption(customStoreFR.code)}}" stepKey =" selectStoreView1" />
197
+ <click selector =" {{StorefrontHeaderSection .storeViewSwitcher}}" stepKey =" clickStoreViewSwitcher1" />
198
+ <waitForElementVisible selector =" {{StorefrontHeaderSection .storeViewDropdown}}" stepKey =" waitForStoreViewDropdown1" />
199
+ <click selector =" {{StorefrontHeaderSection .storeViewOption(customStoreFR.code)}}" stepKey =" selectStoreView1" />
200
200
<waitForPageLoad stepKey =" waitForPageLoad4" />
201
201
202
202
<amOnPage url =" {{StorefrontHomePage.url}}$$createProduct.custom_attributes[url_key]$$.html" stepKey =" amOnProduct2Page" />
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 =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd" >
10
+ <section name =" StorefrontHeaderSection" >
11
+ <element name =" storeViewSwitcher" type =" button" selector =" #switcher-language-trigger" />
12
+ <element name =" storeViewDropdown" type =" button" selector =" ul.switcher-dropdown" />
13
+ <element name =" storeViewOption" type =" button" selector =" li.view-{{var1}}>a" parameterized =" true" />
14
+ </section >
15
+ </sections >
You can’t perform that action at this time.
0 commit comments