9 use Magento\Backend\Test\Page\Adminhtml\SystemAccount;
10 use Magento\Mtf\TestCase\Injectable;
12 use Magento\User\Test\Page\Adminhtml\UserEdit;
37 private $systemAccountPage;
44 private $userEditPage;
53 SystemAccount $systemAccountPage,
56 $this->systemAccountPage = $systemAccountPage;
57 $this->userEditPage = $userEdit;
71 $this->systemAccountPage->open();
72 $userForm = $this->systemAccountPage->getForm();
75 $userForm->getInterfaceLocales()
78 $this->userEditPage->open();
79 $userForm = $this->userEditPage->getUserForm();
82 $userForm->getInterfaceLocales()
__inject(SystemAccount $systemAccountPage, UserEdit $userEdit)
test(AssertInterfaceLocaleAvailableOptions $assertInterfaceLocaleAvailableOptions, Locales $locales)
processAssert(Locales $locales, $dropdownLocales=[])