diff --git a/src/Codeception/Module/WebDriver.php b/src/Codeception/Module/WebDriver.php index 1751ce7..c70c8eb 100644 --- a/src/Codeception/Module/WebDriver.php +++ b/src/Codeception/Module/WebDriver.php @@ -2673,6 +2673,7 @@ public function waitForElementClickable($element, int $timeout = 10): void * $I->waitForText('foo', 30, '.title'); // secs * ``` * + * @param string $text The text to be present * @param int $timeout seconds * @param null|string|array|WebDriverBy $selector * @throws Exception