|
64 | 64 | </actionGroup>
|
65 | 65 |
|
66 | 66 | <!--Go to store configuration page and verify AssertStoreBackend-->
|
67 |
| - <amOnPage url="{{AdminConfigPage.url}}" stepKey="goToConfigStoreConfigurationPage"/> |
68 |
| - <waitForPageLoad stepKey="waitForSystemStoreConfigurationPageLoad" /> |
69 |
| - <click selector="{{AdminConfigSection.defaultConfigButton}}" stepKey="clickDefaultConfigButton"/> |
70 |
| - <see selector="{{AdminConfigSection.defaultConfigDropdown}}" userInput="{{storeViewData.name}}" stepKey="seeAssertStoreViewInDefaultConfigDropdown"/> |
71 |
| - <see selector="{{AdminConfigSection.defaultConfigDropdown}}" userInput="{{SecondStoreUnique.name}}" stepKey="seeAssertUpdateStoreViewInDefaultConfigDropdown"/> |
| 67 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="goToConfigStoreConfigurationPage"/> |
| 68 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForSystemStoreConfigurationPageLoad"/> |
| 69 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickDefaultConfigButton"/> |
| 70 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeAssertStoreViewInDefaultConfigDropdown"/> |
| 71 | + <actionGroup ref="AssertStoreConfigurationBackendActionGroup" stepKey="seeAssertUpdateStoreViewInDefaultConfigDropdown"> |
| 72 | + <argument name="storeView1" value="{{storeViewData.name}}"/> |
| 73 | + <argument name="storeView2" value="{{SecondStoreUnique.name}}"/> |
| 74 | + </actionGroup> |
72 | 75 |
|
73 | 76 | <!--Go to storefront and verify AssertStoreFrontend-->
|
74 |
| - <actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStorefrontPage"/> |
75 |
| - <click selector="{{StorefrontHeaderSection.storeViewSwitcher}}" stepKey="selectStoreSwitcher"/> |
76 |
| - <waitForPageLoad stepKey="waitForFirstStoreView"/> |
77 |
| - <see selector="{{StorefrontHeaderSection.storeViewDropdown}}" userInput="{{storeViewData.name}}" stepKey="seeAssertStoreViewOnStorefront"/> |
78 |
| - <see selector="{{StorefrontHeaderSection.storeViewDropdown}}" userInput="{{SecondStoreUnique.name}}" stepKey="seeAssertUpdatedStoreViewOnStorefront"/> |
| 77 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="goToStorefrontPage"/> |
| 78 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectStoreSwitcher"/> |
| 79 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForFirstStoreView"/> |
| 80 | + <actionGroup ref="AssertStorefrontStoreVisibleInHeaderActionGroup" stepKey="seeAssertStoreViewOnStorefront"> |
| 81 | + <argument name="store" value="{{storeViewData.name}}"/> |
| 82 | + </actionGroup> |
| 83 | + <actionGroup ref="AssertStorefrontStoreVisibleInHeaderActionGroup" stepKey="seeAssertUpdatedStoreViewOnStorefront"> |
| 84 | + <argument name="store" value="{{SecondStoreUnique.name}}"/> |
| 85 | + </actionGroup> |
79 | 86 | </test>
|
80 | 87 | </tests>
|
0 commit comments