File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
lib/Magento/Mtf/Client/Element
testsuites/Magento/Mtf/TestSuite/InjectableTests Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,19 @@ public function setValue($values)
119
119
}
120
120
}
121
121
122
+ /**
123
+ * {@inheritdoc}
124
+ */
125
+ public function deselectAll ()
126
+ {
127
+ $ options = $ this ->getSelectedOptions ();
128
+
129
+ /** @var SimpleElement $option */
130
+ foreach ($ options as $ option ) {
131
+ $ option ->click ();
132
+ }
133
+ }
134
+
122
135
/**
123
136
* Select option
124
137
*
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2016 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" ../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd" >
10
+ <rule scope =" testsuite" >
11
+ <allow >
12
+ <namespace value =" Magento/Cms/Test/TestCase/CreateCmsPageEntityTest" />
13
+ </allow >
14
+ </rule >
15
+ </config >
You can’t perform that action at this time.
0 commit comments