File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Backend/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
<group value =" backend" />
21
21
</annotations >
22
22
<before >
23
- <magentoCLI command =" config:set web/cookie/cookie_domain --scope=website --scope-code=base testDomain.com" stepKey =" changeDomainForMainWebsite " />
24
- <magentoCLI command =" cache:flush" stepKey =" flushCache " />
23
+ <magentoCLI command =" config:set web/cookie/cookie_domain --scope=website --scope-code=base testDomain.com" stepKey =" changeDomainForMainWebsiteBeforeTestRun " />
24
+ <magentoCLI command =" cache:flush" stepKey =" flushCacheBeforeTestRun " />
25
25
</before >
26
26
<after >
27
- <magentoCLI command =" config:set web/cookie/cookie_domain --scope=website --scope-code=base ''" stepKey =" changeDomainForMainWebsite " />
28
- <magentoCLI command =" cache:flush" stepKey =" flushCache " />
27
+ <magentoCLI command =" config:set web/cookie/cookie_domain --scope=website --scope-code=base ''" stepKey =" changeDomainForMainWebsiteAfterTestComplete " />
28
+ <magentoCLI command =" cache:flush" stepKey =" flushCacheAfterTestComplete " />
29
29
</after >
30
30
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
31
31
<actionGroup ref =" AssertAdminDashboardPageIsVisibleActionGroup" stepKey =" seeDashboardPage" />
You can’t perform that action at this time.
0 commit comments