Skip to content

Commit f89ec26

Browse files
authored
waitForText: Add missing @param (#149) (#150)
1 parent af40aff commit f89ec26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,6 +2673,7 @@ public function waitForElementClickable($element, int $timeout = 10): void
26732673
* $I->waitForText('foo', 30, '.title'); // secs
26742674
* ```
26752675
*
2676+
* @param string $text The text to be present
26762677
* @param int $timeout seconds
26772678
* @param null|string|array|WebDriverBy $selector
26782679
* @throws Exception

0 commit comments

Comments
 (0)