From 72e6c0ab7efcb65a4b1062b7ea11b357e779f3fe Mon Sep 17 00:00:00 2001 From: Remon Huijts Date: Wed, 8 Apr 2026 13:33:17 +0200 Subject: [PATCH] `waitForText`: Add missing `@param` (#149) --- src/Codeception/Module/WebDriver.php | 1 + 1 file changed, 1 insertion(+) 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