diff --git a/BTCPayServer.Tests/UnitTest1.cs b/BTCPayServer.Tests/UnitTest1.cs index 425b0d1fb..81a86c9c4 100644 --- a/BTCPayServer.Tests/UnitTest1.cs +++ b/BTCPayServer.Tests/UnitTest1.cs @@ -1453,7 +1453,7 @@ namespace BTCPayServer.Tests Assert.Contains("X_TRY = btcturk(X_TRY);", defaultScript); await Test("BTC_JPY"); - await tester.Page.Locator(".testresult .testresult_rule").WaitForAsync(); + await tester.Page.Locator(".testresult .testresult_rule").First.WaitForAsync(); rules = await tester.Page.Locator(".testresult .testresult_rule").AllAsync(); if (fallback) {