|
12 | 12 | <annotations> |
13 | 13 | <title value="Admin Login as Customer opt-in checkbox not translatable"/> |
14 | 14 | <description value="Verify Admin Login as Customer opt-in checkbox not translatable"/> |
15 | | - <features value="Config"/> |
| 15 | + <features value="Login as Customer"/> |
16 | 16 | <severity value="AVERAGE"/> |
17 | 17 | <testCaseId value="AC-13001"/> |
18 | 18 | <stories value="Login as Customer opt-in checkbox not translatable"/> |
19 | | - <group value="configuration"/> |
| 19 | + <group value="login_as_customer"/> |
20 | 20 | </annotations> |
21 | 21 | <before> |
22 | 22 | <actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/> |
|
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="{{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"/> |
| 29 | + <waitForElementVisible selector="{{AdminCustomerConfigSection.TitleForLoginAsCustomerOptInCheckbox}}" stepKey="TitleForLoginAsCustomerOptInCheckbox"/> |
| 30 | + <waitForElementVisible selector="{{AdminCustomerConfigSection.LoginAsCustomerOptInCheckboxTextField}}" stepKey="LoginAsCustomerOptInCheckboxTextField"/> |
| 31 | + <waitForElementVisible selector="{{AdminCustomerConfigSection.TitleForLoginAsCustomerCheckboxToolTip}}" stepKey="TitleForLoginAsCustomerCheckboxToolTip"/> |
| 32 | + <waitForElementVisible selector="{{AdminCustomerConfigSection.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="{{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"/> |
| 38 | + <waitForElementVisible selector="{{AdminCustomerConfigSection.TitleForLoginAsCustomerOptInCheckbox}}" stepKey="TitleForLoginAsCustomerOptInCheckboxInDefaultStoreView"/> |
| 39 | + <waitForElementVisible selector="{{AdminCustomerConfigSection.LoginAsCustomerOptInCheckboxTextField}}" stepKey="LoginAsCustomerOptInCheckboxTextFieldInDefaultStoreView"/> |
| 40 | + <waitForElementVisible selector="{{AdminCustomerConfigSection.TitleForLoginAsCustomerCheckboxToolTip}}" stepKey="TitleForLoginAsCustomerCheckboxToolTipInDefaultStoreView"/> |
| 41 | + <waitForElementVisible selector="{{AdminCustomerConfigSection.LoginAsCustomerCheckboxToolTipTextField}}" stepKey="LoginAsCustomerCheckboxToolTipTextFieldInDefaultStoreView"/> |
42 | 42 | </test> |
43 | 43 | </tests> |
0 commit comments