Skip to content

Commit

Permalink
fix compilation error after merging from master
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Oct 15, 2019
1 parent 0ebf85e commit a54d42e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions statics/src/test/java/integration/CloseWebdriverTest.java
Expand Up @@ -8,6 +8,8 @@
import static com.codeborne.selenide.Selenide.close;
import static com.codeborne.selenide.Selenide.open;
import static com.codeborne.selenide.WebDriverRunner.isChrome;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import static org.junit.jupiter.api.Assumptions.assumeTrue;

class CloseWebdriverTest extends IntegrationTest {
Expand Down

0 comments on commit a54d42e

Please sign in to comment.