File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
dev/tests/functional/tests/app/Magento/Setup/Test Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public function install(Extension $extension)
57
57
);
58
58
59
59
if ($ select ->isVisible ()) {
60
- $ select ->setValue ($ extension ->getVersion ());
60
+ $ select ->setValue (' Version ' . $ extension ->getVersion ());
61
61
}
62
62
63
63
$ this ->_rootElement ->find (
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/Magento/Mtf/Repository/etc/repository.xsd" >
9
9
<repository class =" Magento\Setup\Test\Repository\Extension" >
10
10
<dataset name =" default" >
11
- <field name =" extensionName" xsi : type =" string" >magento/sample-data-media </field >
11
+ <field name =" extensionName" xsi : type =" string" >magento/module-customer- sample-data</field >
12
12
<field name =" version" xsi : type =" string" >100.1.0-rc3</field >
13
13
<field name =" versionToUpdate" xsi : type =" string" >100.1.0</field >
14
14
</dataset >
15
15
16
16
<dataset name =" firstExtension" >
17
- <field name =" extensionName" xsi : type =" string" >magento/sample-data-media </field >
17
+ <field name =" extensionName" xsi : type =" string" >magento/module-customer- sample-data</field >
18
18
</dataset >
19
19
20
20
<dataset name =" secondExtension" >
Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ public function test(
121
121
// Return to "Web Setup Wizard"
122
122
$ this ->setupWizard ->getSuccessMessage ()->clickBackToSetup ();
123
123
124
- // Click "Module Manager" button
125
- $ this ->setupWizard ->getSetupHome ()->clickModuleManager ();
126
-
127
124
// Find appropriate Module in the Grid
128
125
$ assertModuleInGrid ->processAssert ($ this ->setupWizard , $ module ->getModuleName ());
129
126
You can’t perform that action at this time.
0 commit comments