Skip to content

Commit f770139

Browse files
authored
Merge pull request #116 from mbrodala/patch-1
Fix namespace mismatch of ActionSequence
2 parents 82fd79a + 83e35be commit f770139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3633,7 +3633,7 @@ protected function getRelativeTabHandle($offset)
36333633
* In 3rd argument you can set number a seconds to wait for element to appear
36343634
*
36353635
* @param string|array|WebDriverBy $element
3636-
* @param callable|array|ActionSequence $actions
3636+
* @param callable|array|\Codeception\Util\ActionSequence $actions
36373637
*/
36383638
public function performOn($element, $actions, int $timeout = 10): void
36393639
{

0 commit comments

Comments
 (0)