Skip to content

Commit 67573aa

Browse files
Cleaning imports
1 parent 23ce979 commit 67573aa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/main/java/com/assertthat/selenium_shutterbug/core/ElementSnapshot.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import com.assertthat.selenium_shutterbug.utils.web.Coordinates;
1010
import com.assertthat.selenium_shutterbug.utils.web.ElementOutsideViewportException;
1111
import org.openqa.selenium.WebDriver;
12-
import org.openqa.selenium.WebElement;
1312

1413
import java.awt.image.BufferedImage;
1514
import java.awt.image.RasterFormatException;

src/test/java/com/assertthat/selenium_shutterbug/utils/image/ImageProcessorTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import com.assertthat.selenium_shutterbug.utils.web.Coordinates;
2020
import org.junit.Ignore;
2121
import org.junit.Test;
22-
import org.openqa.selenium.*;
2322
import org.openqa.selenium.Dimension;
2423
import org.openqa.selenium.Point;
2524

@@ -28,7 +27,7 @@
2827
import java.awt.image.BufferedImage;
2928
import java.io.IOException;
3029

31-
import static org.junit.Assert.*;
30+
import static org.junit.Assert.assertTrue;
3231

3332
/**
3433
* Created by Glib_Briia, Inha Briia on 26/06/2016.

0 commit comments

Comments
 (0)