Skip to content

Commit

Permalink
Merge pull request #728 from hivokas/patch-2
Browse files Browse the repository at this point in the history
[5.0] Adds the missing import for InteractsWithMouse@clickAtXPath
  • Loading branch information
taylorotwell authored Feb 7, 2020
2 parents 3e54875 + 34b3935 commit b3c538a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Concerns/InteractsWithMouse.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Laravel\Dusk\Concerns;

use Facebook\WebDriver\Interactions\WebDriverActions;
use Facebook\WebDriver\WebDriverBy;

trait InteractsWithMouse
{
Expand Down

0 comments on commit b3c538a

Please sign in to comment.