File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
main/java/com/assertthat/selenium_shutterbug/core
test/java/com/assertthat/selenium_shutterbug/utils/image Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 99import com .assertthat .selenium_shutterbug .utils .web .Coordinates ;
1010import com .assertthat .selenium_shutterbug .utils .web .ElementOutsideViewportException ;
1111import org .openqa .selenium .WebDriver ;
12- import org .openqa .selenium .WebElement ;
1312
1413import java .awt .image .BufferedImage ;
1514import java .awt .image .RasterFormatException ;
Original file line number Diff line number Diff line change 1919import com .assertthat .selenium_shutterbug .utils .web .Coordinates ;
2020import org .junit .Ignore ;
2121import org .junit .Test ;
22- import org .openqa .selenium .*;
2322import org .openqa .selenium .Dimension ;
2423import org .openqa .selenium .Point ;
2524
2827import java .awt .image .BufferedImage ;
2928import 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.
You can’t perform that action at this time.
0 commit comments