File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
dev/tests/functional/tests/app/Magento/Newsletter/Test Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,9 @@ class Stores extends DataSource
22
22
*
23
23
* @var array
24
24
*/
25
- protected $ stores ;
25
+ private $ stores ;
26
26
27
27
/**
28
- * Create custom Store if we have block with custom store view.
29
- *
30
28
* @constructor
31
29
* @param FixtureFactory $fixtureFactory
32
30
* @param array $params
Original file line number Diff line number Diff line change 14
14
use Magento \Newsletter \Test \Page \Adminhtml \TemplateQueueIndex ;
15
15
16
16
/**
17
- * Test to update fields in Newsletter Queue.
17
+ * Test to create Newsletter Queue.
18
18
*
19
19
* Test Flow:
20
20
* Preconditions:
31
31
* @group Newsletters
32
32
* @ZephyrId MAGETWO-71653
33
33
*/
34
- class UpdateQueueTest extends Injectable
34
+ class CreateNewsletterQueueTest extends Injectable
35
35
{
36
36
/* tags */
37
37
const MVP = 'yes ' ;
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
- <testCase name =" Magento\Newsletter\Test\TestCase\UpdateQueueTest " summary =" Update Queue fields " ticketId =" MAGETWO-71653" >
10
- <variation name =" UpdateQueueStartDateTestVariation1 " >
9
+ <testCase name =" Magento\Newsletter\Test\TestCase\CreateNewsletterQueueTest " summary =" Test to create Newsletter Queue " ticketId =" MAGETWO-71653" >
10
+ <variation name =" CreateNewsletterQueueTestVariation1 " >
11
11
<data name =" newsletter/dataset" xsi : type =" string" >default</data >
12
12
<data name =" queue/dataset" xsi : type =" string" >default_with_stores</data >
13
13
<constraint name =" Magento\Newsletter\Test\Constraint\AssertNewsletterQueueSaveMessage" />
You can’t perform that action at this time.
0 commit comments