You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/functional/tests/app/Magento/Config/Test/Block/System/Config/AdminForm.php
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,17 @@
9
9
useMagento\Mtf\Block\Form;
10
10
useMagento\Mtf\Client\Locator;
11
11
12
-
/**
12
+
/**
13
13
* Admin Security form in admin configurations.
14
14
*
15
-
* this class needs to be created becuase we need to check for the availability of Admin account sharing settings, This is not possible using the form block class only
16
-
*/
15
+
* Locate Admin account sharing settings, see if its visible
0 commit comments