Skip to content

Commit

Permalink
Merge pull request #116 from mbrodala/patch-1
Browse files Browse the repository at this point in the history
Fix namespace mismatch of ActionSequence
  • Loading branch information
Naktibalda committed Feb 14, 2024
2 parents 82fd79a + 83e35be commit f770139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Module/WebDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -3633,7 +3633,7 @@ protected function getRelativeTabHandle($offset)
* In 3rd argument you can set number a seconds to wait for element to appear
*
* @param string|array|WebDriverBy $element
* @param callable|array|ActionSequence $actions
* @param callable|array|\Codeception\Util\ActionSequence $actions
*/
public function performOn($element, $actions, int $timeout = 10): void
{
Expand Down

0 comments on commit f770139

Please sign in to comment.