Skip to content

Commit

Permalink
Java tests: An attempt to nail down a test that fails for an unknown …
Browse files Browse the repository at this point in the history
…reason
  • Loading branch information
barancev committed Jan 30, 2016
1 parent 169b2a3 commit 2ede9de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.NeedsFreshDriver;
import org.openqa.selenium.NoDriverAfterTest;
import org.openqa.selenium.Platform;
import org.openqa.selenium.Point;
Expand Down Expand Up @@ -122,6 +123,7 @@ public void testDragAndDropElementWithOffsetInIframeAtBottom() {
@JavascriptEnabled
@Ignore(value = {IE}, reason = "IE fails this test if requireWindowFocus=true")
@Test
@NeedsFreshDriver // fails in Sauce if run in a dirty state; to be investigated
public void testDragAndDropElementWithOffsetInScrolledDiv() {
driver.get(appServer.whereIs("dragAndDropInsideScrolledDiv.html"));

Expand Down

0 comments on commit 2ede9de

Please sign in to comment.