Skip to content

Commit

Permalink
Dev: Add missing use-statement for exception
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 25, 2021
1 parent 433d357 commit a409d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestBaseClassWeb.php
Expand Up @@ -19,6 +19,7 @@
use Facebook\WebDriver\WebDriverExpectedCondition;
use Facebook\WebDriver\Exception\TimeOutException;
use Facebook\WebDriver\Exception\NoSuchElementException;
use Facebook\WebDriver\Exception\UnrecognizedExceptionException;

/**
* Class TestBaseClassWeb
Expand Down

0 comments on commit a409d47

Please sign in to comment.