Added some fixes

This commit is contained in:
Guillem Hernandez Sola
2026-04-20 13:31:09 +02:00
parent 2ea0dc239b
commit 822b916a23
2 changed files with 1 additions and 7 deletions

View File

@@ -4,11 +4,7 @@ import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.firefox.FirefoxProfile;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.remote.CapabilityType;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;

View File

@@ -43,6 +43,4 @@ public class DragAndDropJavascriptTest extends BaseTest {
assertEquals(driver.findElement(By.cssSelector("#column-a header")).getText(), "B");
assertEquals(driver.findElement(By.cssSelector("#column-b header")).getText(), "A");
}
}
}