Skip to content

Commit

Permalink
[java] Ignoring full page screenshoot tests in legacy Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 24, 2019
1 parent 9a06e75 commit 8d1cc16
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.fail;
import static org.junit.Assume.assumeTrue;
import static org.openqa.selenium.testing.drivers.Browser.FIREFOX;

import com.google.common.collect.Sets;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.testing.Ignore;
import org.openqa.selenium.testing.JUnit4TestBase;
import org.openqa.selenium.testing.drivers.Browser;

import java.awt.image.BufferedImage;
import java.awt.image.Raster;
Expand Down Expand Up @@ -63,6 +66,7 @@
// TODO(user): test screenshots at guaranteed minimized browsers
// TODO(user): test screenshots at guaranteed fullscreened/kiosked browsers (WINDOWS platform specific)

@Ignore(FIREFOX) // Not supported in legacy Firefox driver
public class TakesFullPageScreenshotTest extends JUnit4TestBase {

private FirefoxDriver screenshooter;
Expand Down

0 comments on commit 8d1cc16

Please sign in to comment.