Skip to content

Commit

Permalink
chore: Add selenium-chromium-driver to testbench bom (#1602) (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Feb 17, 2023
1 parent 57d6cc5 commit 4faeb70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vaadin-testbench-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<artifactId>selenium-chrome-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chromium-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-edge-driver</artifactId>
Expand Down

0 comments on commit 4faeb70

Please sign in to comment.