This commit is contained in:
nicolas.dorier
2025-05-30 09:42:12 +09:00
parent f73c7a407a
commit 5626fd3cb8

View File

@@ -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)
{