Skip to content

Commit

Permalink
chore: Update to Testbench 8 with Selenium 4 (#1007)
Browse files Browse the repository at this point in the history
* chore: Update to Testbench 8 with Selenium 4

Update flow components version to 23 SNAPSHOT

* Update version used for flow components
  • Loading branch information
alvarezguille committed Jan 28, 2022
1 parent 752119e commit 65b5b27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vaadin-spring-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<driver.binary.downloader.maven.plugin.version>1.0.14
</driver.binary.downloader.maven.plugin.version>
<maven.war.plugin.version>3.3.2</maven.war.plugin.version>
<vaadin.version>22.0-SNAPSHOT</vaadin.version>
<testbench.version>7.0.3</testbench.version>
<vaadin.version>23.0-SNAPSHOT</vaadin.version>
<testbench.version>8.0.0.alpha1</testbench.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.internal.WrapsElement;
import org.openqa.selenium.WrapsElement;
import org.openqa.selenium.remote.LocalFileDetector;
import org.openqa.selenium.remote.RemoteWebElement;

Expand Down

0 comments on commit 65b5b27

Please sign in to comment.