File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
app/code/Magento/Newsletter/Test/Mftf Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
</actionGroup >
18
18
19
19
<!-- Create new website-->
20
- <actionGroup name =" AdminCreateWebsite " >
20
+ <actionGroup name =" AdminCreateWebsiteActGroup " >
21
21
<!-- Fill required fields-->
22
22
<click selector =" {{AdminNewWebsiteSection.addWebSite}}" stepKey =" clickOnCreateWebsiteButton" />
23
23
<waitForPageLoad stepKey =" waitFormToBeOpened" />
29
29
</actionGroup >
30
30
31
31
<!-- Create new store-->
32
- <actionGroup name =" AdminCreateNewStore " >
32
+ <actionGroup name =" AdminCreateNewStoreActGroup " >
33
33
<!-- Fill required fields-->
34
34
<click selector =" {{AdminNewStoreGroupSection.create}}" stepKey =" clickOnCreateStore" />
35
35
<waitForPageLoad stepKey =" waitFormToBeOpened" />
43
43
</actionGroup >
44
44
45
45
<!-- Create store view-->
46
- <actionGroup name =" AdminCreateStoreView " >
46
+ <actionGroup name =" AdminCreateStoreViewActGroup " >
47
47
<!-- Fill required fields-->
48
48
<click selector =" {{AdminNewStoreSection.create}}" stepKey =" clickOnCreateStoreView" />
49
49
<waitForPageLoad stepKey =" waitFormToBeOpened" />
114
114
</actionGroup >
115
115
116
116
<!-- Delete created Website -->
117
- <actionGroup name =" AdminDeleteWebsite " >
117
+ <actionGroup name =" AdminDeleteWebsiteActGroup " >
118
118
<fillField stepKey =" fillSearchWebsiteField" selector =" {{AdminStoresGridSection.websiteFilterTextField}}" userInput =" {{AdminTestData.testData}}" />
119
119
<click stepKey =" clickSearchButton" selector =" {{AdminStoresGridSection.searchButton}}" />
120
120
<see stepKey =" verifyThatCorrectWebsiteFound" selector =" {{AdminStoresGridSection.websiteNameInFirstRow}}" userInput =" {{AdminTestData.testData}}" />
Original file line number Diff line number Diff line change 24
24
<!-- Go to Stores.-->
25
25
<actionGroup ref =" GoToAllStores" stepKey =" goToAllStores" />
26
26
<!-- Create Website.-->
27
- <actionGroup ref =" AdminCreateWebsite " stepKey =" adminCreateWebsite" />
27
+ <actionGroup ref =" AdminCreateWebsiteActGroup " stepKey =" adminCreateWebsite" />
28
28
<!-- Create Store.-->
29
- <actionGroup ref =" AdminCreateNewStore " stepKey =" adminCreateNewStore" />
29
+ <actionGroup ref =" AdminCreateNewStoreActGroup " stepKey =" adminCreateNewStore" />
30
30
<!-- Create Store View.-->
31
- <actionGroup ref =" AdminCreateStoreView " stepKey =" adminCreateStoreView" />
31
+ <actionGroup ref =" AdminCreateStoreViewActGroup " stepKey =" adminCreateStoreView" />
32
32
<!-- Go to Stores -> Configuration -> Web.-->
33
33
<actionGroup ref =" GoToStoresConfigurationWeb" stepKey =" goToStoresConfigurationWeb" />
34
34
<actionGroup ref =" SelectYesInAddStoreCodeToUrlsField" stepKey =" selectYesInAddStoreCodeToUrlsField" />
55
55
<waitForPageLoad stepKey =" waitForAdminPageLoaded" />
56
56
<actionGroup ref =" AdminDeleteCreatedCustomer" stepKey =" adminDeleteCustomer" />
57
57
<actionGroup ref =" GoToAllStores" stepKey =" goToAllStores" />
58
- <actionGroup ref =" AdminDeleteWebsite " stepKey =" adminDeleteWebsite" />
58
+ <actionGroup ref =" AdminDeleteWebsiteActGroup " stepKey =" adminDeleteWebsite" />
59
59
<actionGroup ref =" GoToStoresConfigurationWeb" stepKey =" goToStoresConfigurationWeb" />
60
60
<actionGroup ref =" AdminSetDefaultConfig" stepKey =" adminSetDefaultConfig" />
61
61
</after >
You can’t perform that action at this time.
0 commit comments