We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b095a45 commit 29959e9Copy full SHA for 29959e9
java/client/test/org/openqa/selenium/ElementDomAttributeTest.java
@@ -245,12 +245,6 @@ public void testCanReturnATextApproximationOfTheStyleAttribute() {
245
public void testShouldCorrectlyReportValueOfColspan() {
246
driver.get(pages.tables);
247
248
- try {
249
- Thread.sleep(1000);
250
- } catch (InterruptedException e) {
251
- e.printStackTrace();
252
- }
253
-
254
WebElement th1 = driver.findElement(By.id("th1"));
255
WebElement td2 = driver.findElement(By.id("td2"));
256
0 commit comments