Skip to content

Commit

Permalink
fix: dev-pipeline failing due to newer selenide version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Dec 4, 2023
1 parent b737c94 commit 194997e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc-factory-demos-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester</artifactId>
<version>${web-tester.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>selenide-proxy</artifactId>
<version>6.9.0</version>
<version>[6.8.0,]</version><!-- keep compatible with web-tester -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 194997e

Please sign in to comment.