Skip to content

Commit

Permalink
test: make webpush tests work with chrome 120 (#19101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Apr 4, 2024
1 parent 769e3db commit 5ccac95
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions flow-tests/test-pwa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
<version>0.1.2</version>
<scope>test</scope>
</dependency>
<!--
Workaround to prevent tests failures on Bender
until remote chrome gets updated at least to 121
-->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-devtools-v120</artifactId>
<version>4.18.1</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
12 changes: 12 additions & 0 deletions flow-tests/test-webpush/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<!--
Workaround to prevent tests failures on Bender
until remote chrome gets updated at least to 121
-->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-devtools-v120</artifactId>
<version>4.18.1</version>
<scope>test</scope>
</dependency>


</dependencies>

<build>
Expand Down

0 comments on commit 5ccac95

Please sign in to comment.