From c106ff8290fda1bed08b2bbc68943e82eca51144 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Fri, 6 May 2022 12:07:53 +0900 Subject: [PATCH] bump selenium (#3723) --- BTCPayServer.Tests/BTCPayServer.Tests.csproj | 6 +++--- BTCPayServer.Tests/docker-compose.altcoins.yml | 2 +- BTCPayServer.Tests/docker-compose.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BTCPayServer.Tests/BTCPayServer.Tests.csproj b/BTCPayServer.Tests/BTCPayServer.Tests.csproj index 91e93f171..a6fbbfc25 100644 --- a/BTCPayServer.Tests/BTCPayServer.Tests.csproj +++ b/BTCPayServer.Tests/BTCPayServer.Tests.csproj @@ -21,9 +21,9 @@ - - - + + + all diff --git a/BTCPayServer.Tests/docker-compose.altcoins.yml b/BTCPayServer.Tests/docker-compose.altcoins.yml index adbc25611..b69ffb36d 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -85,7 +85,7 @@ services: - customer_lnd - merchant_lnd selenium: - image: selenium/standalone-chrome:3 + image: selenium/standalone-chrome:101.0 expose: - "4444" nbxplorer: diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 52a839732..01e117a3a 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -82,7 +82,7 @@ services: - customer_lnd - merchant_lnd selenium: - image: selenium/standalone-chrome:3 + image: selenium/standalone-chrome:101.0 expose: - "4444" nbxplorer: