tests
This commit is contained in:
parent
adc2450013
commit
dcbeebac83
14 changed files with 859 additions and 368 deletions
|
|
@ -1,4 +1,3 @@
|
|||
using Microsoft.Playwright;
|
||||
using Poe2Trade.Core;
|
||||
using Poe2Trade.Game;
|
||||
using Poe2Trade.Inventory;
|
||||
|
|
@ -368,7 +367,7 @@ public class BotOrchestrator : IAsyncDisposable
|
|||
PipelineService.Dispose();
|
||||
}
|
||||
|
||||
private void OnNewListings(string searchId, List<string> itemIds, IPage page)
|
||||
private void OnNewListings(string searchId, List<string> itemIds)
|
||||
{
|
||||
if (_paused)
|
||||
{
|
||||
|
|
@ -385,8 +384,7 @@ public class BotOrchestrator : IAsyncDisposable
|
|||
ItemIds: itemIds,
|
||||
WhisperText: "",
|
||||
Timestamp: DateTimeOffset.UtcNow.ToUnixTimeMilliseconds(),
|
||||
TradeUrl: "",
|
||||
Page: page
|
||||
TradeUrl: ""
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue