| 1 | <?php |
||
| 5 | class PressButtonHelper extends \Codeception\Module |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @param $textOnButton |
||
| 9 | * @throws \Codeception\Exception\ModuleException |
||
| 10 | */ |
||
| 11 | public function pressButton($textOnButton): void |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param int $timeOut |
||
| 21 | * @throws \Codeception\Exception\ModuleException |
||
| 22 | */ |
||
| 23 | public function waitForPageUpdate($timeOut = 60): void |
||
| 29 | } |
||
| 30 |