This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/functional/tests/app/Magento/Variable/Test/TestCase Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,12 @@ public function tearDown()
119
119
$ storeIndex ->getStoreGrid ()->searchAndOpen (['store_title ' => $ this ->store ->getName ()]);
120
120
$ storeNew = $ this ->objectManager ->create (\Magento \Backend \Test \Page \Adminhtml \StoreNew::class);
121
121
$ storeNew ->getFormPageActions ()->delete ();
122
+
123
+ /** @var \Magento\Backend\Test\Page\Adminhtml\StoreDelete $storeDelete */
122
124
$ storeDelete = $ this ->objectManager ->create (\Magento \Backend \Test \Page \Adminhtml \StoreDelete::class);
123
125
$ storeDelete ->getStoreForm ()->fillForm (['create_backup ' => 'No ' ]);
124
126
$ storeDelete ->getFormPageActions ()->delete ();
127
+ $ storeDelete ->getModalBlock ()->acceptAlert ();
125
128
}
126
129
$ this ->store = null ;
127
130
}
Original file line number Diff line number Diff line change 19
19
<constraint name =" Magento\Variable\Test\Constraint\AssertCustomVariableInPage" />
20
20
</variation >
21
21
<variation name =" UpdateCustomVariableEntityTestVariation2" >
22
- <data name =" tag" xsi : type =" string" >stable:no</data >
23
22
<data name =" customVariable/data/code" xsi : type =" string" >variableCode%isolation%</data >
24
23
<data name =" customVariable/data/name" xsi : type =" string" >variableName%isolation%</data >
25
24
<data name =" customVariable/data/use_default_value" xsi : type =" string" >No</data >
31
30
<constraint name =" Magento\Variable\Test\Constraint\AssertCustomVariableInPage" />
32
31
</variation >
33
32
<variation name =" UpdateCustomVariableEntityTestVariation3" >
34
- <data name =" tag" xsi : type =" string" >stable:no</data >
35
33
<data name =" customVariable/data/code" xsi : type =" string" >variableCode%isolation%</data >
36
34
<data name =" customVariable/data/name" xsi : type =" string" >variableName%isolation%</data >
37
35
<data name =" customVariable/data/use_default_value" xsi : type =" string" >No</data >
44
42
<constraint name =" Magento\Variable\Test\Constraint\AssertCustomVariableInPage" />
45
43
</variation >
46
44
<variation name =" UpdateCustomVariableEntityTestVariation4" >
47
- <data name =" tag" xsi : type =" string" >stable:no</data >
48
45
<data name =" customVariable/data/code" xsi : type =" string" >variableCode%isolation%</data >
49
46
<data name =" customVariable/data/name" xsi : type =" string" >variableName%isolation%</data >
50
47
<data name =" customVariable/data/use_default_value" xsi : type =" string" >No</data >
You can’t perform that action at this time.
0 commit comments