|
26 | 26 | </after>
|
27 | 27 | <amOnPage url="{{AdminLoginAsCustomerConfigPage.url}}" stepKey="navigateToLoginAsCustomerConfigSection"/>
|
28 | 28 | <!--Look for fields "Title for Login as Customer opt-in checkbox" and "Login as Customer checkbox tooltip"-->
|
29 |
| - <waitForElementVisible selector="{{AdminStoresCustomerConfigurationSection.TitleForLoginAsCustomerOptInCheckbox}}" stepKey="TitleForLoginAsCustomerOptInCheckbox"/> |
30 |
| - <waitForElementVisible selector="{{AdminStoresCustomerConfigurationSection.LoginAsCustomerOptInCheckboxTextField}}" stepKey="LoginAsCustomerOptInCheckboxTextField"/> |
31 |
| - <waitForElementVisible selector="{{AdminStoresCustomerConfigurationSection.TitleForLoginAsCustomerCheckboxToolTip}}" stepKey="TitleForLoginAsCustomerCheckboxToolTip"/> |
32 |
| - <waitForElementVisible selector="{{AdminStoresCustomerConfigurationSection.LoginAsCustomerCheckboxToolTipTextField}}" stepKey="LoginAsCustomerCheckboxToolTipTextField"/> |
| 29 | + <waitForElementVisible selector="{{AdminStoresLoginAsCustomerSection.TitleForLoginAsCustomerOptInCheckbox}}" stepKey="TitleForLoginAsCustomerOptInCheckbox"/> |
| 30 | + <waitForElementVisible selector="{{AdminStoresLoginAsCustomerSection.LoginAsCustomerOptInCheckboxTextField}}" stepKey="LoginAsCustomerOptInCheckboxTextField"/> |
| 31 | + <waitForElementVisible selector="{{AdminStoresLoginAsCustomerSection.TitleForLoginAsCustomerCheckboxToolTip}}" stepKey="TitleForLoginAsCustomerCheckboxToolTip"/> |
| 32 | + <waitForElementVisible selector="{{AdminStoresLoginAsCustomerSection.LoginAsCustomerCheckboxToolTipTextField}}" stepKey="LoginAsCustomerCheckboxToolTipTextField"/> |
33 | 33 | <!--Switch to Default Store view-->
|
34 | 34 | <actionGroup ref="SwitchToTheNewStoreViewActionGroup" stepKey="selectDefaultStoreView">
|
35 | 35 | <argument name="storeViewName" value="Default Store View"/>
|
36 | 36 | </actionGroup>
|
37 | 37 | <!--Look for fields "Title for Login as Customer opt-in checkbox" and "Login as Customer checkbox tooltip"-->
|
38 |
| - <waitForElementVisible selector="{{AdminStoresCustomerConfigurationSection.TitleForLoginAsCustomerOptInCheckbox}}" stepKey="TitleForLoginAsCustomerOptInCheckboxInDefaultStoreView"/> |
39 |
| - <waitForElementVisible selector="{{AdminStoresCustomerConfigurationSection.LoginAsCustomerOptInCheckboxTextField}}" stepKey="LoginAsCustomerOptInCheckboxTextFieldInDefaultStoreView"/> |
40 |
| - <waitForElementVisible selector="{{AdminStoresCustomerConfigurationSection.TitleForLoginAsCustomerCheckboxToolTip}}" stepKey="TitleForLoginAsCustomerCheckboxToolTipInDefaultStoreView"/> |
41 |
| - <waitForElementVisible selector="{{AdminStoresCustomerConfigurationSection.LoginAsCustomerCheckboxToolTipTextField}}" stepKey="LoginAsCustomerCheckboxToolTipTextFieldInDefaultStoreView"/> |
| 38 | + <waitForElementVisible selector="{{AdminStoresLoginAsCustomerSection.TitleForLoginAsCustomerOptInCheckbox}}" stepKey="TitleForLoginAsCustomerOptInCheckboxInDefaultStoreView"/> |
| 39 | + <waitForElementVisible selector="{{AdminStoresLoginAsCustomerSection.LoginAsCustomerOptInCheckboxTextField}}" stepKey="LoginAsCustomerOptInCheckboxTextFieldInDefaultStoreView"/> |
| 40 | + <waitForElementVisible selector="{{AdminStoresLoginAsCustomerSection.TitleForLoginAsCustomerCheckboxToolTip}}" stepKey="TitleForLoginAsCustomerCheckboxToolTipInDefaultStoreView"/> |
| 41 | + <waitForElementVisible selector="{{AdminStoresLoginAsCustomerSection.LoginAsCustomerCheckboxToolTipTextField}}" stepKey="LoginAsCustomerCheckboxToolTipTextFieldInDefaultStoreView"/> |
42 | 42 | </test>
|
43 | 43 | </tests>
|
0 commit comments