Class Status
Contains action to manipulate with Module's actions.
Definition at line 16 of file Status.php.
◆ clickDisable()
Click on Disable Element.
- Returns
- void
Definition at line 30 of file Status.php.
32 $this->_rootElement->find($this->button, Locator::SELECTOR_CSS)->click();
◆ clickEnable()
Click en Enable element.
- Returns
- void
Definition at line 40 of file Status.php.
42 $this->_rootElement->find($this->button, Locator::SELECTOR_CSS)->click();
◆ $button
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/functional/tests/app/Magento/Setup/Test/Block/Module/Status.php