Skip to content

Commit

Permalink
feat!: Update to Testbench 8 (#12791)
Browse files Browse the repository at this point in the history
with Selenium 4
update imports for changes classes
add osgi.annotation dependency in test module
  • Loading branch information
alvarezguille authored Jan 25, 2022
1 parent 5896c55 commit 32fe6c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.internal.WrapsElement;
import org.openqa.selenium.WrapsElement;
import org.openqa.selenium.logging.LogEntry;
import org.openqa.selenium.logging.LogType;
import org.openqa.selenium.support.ui.ExpectedCondition;
Expand Down
7 changes: 7 additions & 0 deletions flow-tests/test-root-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.annotation</artifactId>
<version>${osgi.annotation.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<maven.resources.plugin.version>3.0.2</maven.resources.plugin.version>
<maven.clean.plugin.version>3.1.0</maven.clean.plugin.version>
<maven.exec.plugin.version>1.6.0</maven.exec.plugin.version>
<testbench.version>7.0.3</testbench.version>
<testbench.version>8.0.0.alpha1</testbench.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>

Expand All @@ -128,6 +128,7 @@
<bnd.version>6.1.0</bnd.version>
<osgi.core.version>7.0.0</osgi.core.version>
<osgi.compendium.version>7.0.0</osgi.compendium.version>
<osgi.annotation.version>7.0.0</osgi.annotation.version>

<maven.test.skip>false</maven.test.skip>

Expand Down

0 comments on commit 32fe6c9

Please sign in to comment.