mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-07 15:24:31 +01:00
fix test
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user