Skip to content

Commit 29959e9

Browse files
committed
[java] Deleting debug code
1 parent b095a45 commit 29959e9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

java/client/test/org/openqa/selenium/ElementDomAttributeTest.java

-6
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,6 @@ public void testCanReturnATextApproximationOfTheStyleAttribute() {
245245
public void testShouldCorrectlyReportValueOfColspan() {
246246
driver.get(pages.tables);
247247

248-
try {
249-
Thread.sleep(1000);
250-
} catch (InterruptedException e) {
251-
e.printStackTrace();
252-
}
253-
254248
WebElement th1 = driver.findElement(By.id("th1"));
255249
WebElement td2 = driver.findElement(By.id("td2"));
256250

0 commit comments

Comments
 (0)