Fix Screenshot Test

This commit is contained in:
Grzegorz Piwowarek 2016-10-22 20:22:23 +02:00
parent d8c4b20e71
commit 366914a25e

View File

@ -10,7 +10,7 @@ import static org.junit.Assert.assertTrue;
public class ScreenshotTest { public class ScreenshotTest {
private Screenshot screenshot = new Screenshot("", "Screenshot", "jpg"); private Screenshot screenshot = new Screenshot("Screenshot.jpg");
private File file = new File("Screenshot.jpg"); private File file = new File("Screenshot.jpg");
@Test @Test