Updating game data to mid season patch and made card gallery nicer
This commit is contained in:
@@ -17,7 +17,10 @@ public class DeckBuilderPage : BasePage
|
||||
public ILocator DiverSlots => Page.Locator(".diver-slot");
|
||||
public ILocator DiverPickerCards => Page.Locator(".diver-picker-card");
|
||||
|
||||
public async Task GotoAsync() => await NavigateToAsync("/deck-builder");
|
||||
public async Task GotoAsync()
|
||||
{
|
||||
await NavigateToAsync("/deck-builder");
|
||||
}
|
||||
|
||||
public async Task WaitForInteractiveAsync()
|
||||
{
|
||||
@@ -25,4 +28,4 @@ public class DeckBuilderPage : BasePage
|
||||
await Page.WaitForLoadStateAsync(LoadState.NetworkIdle);
|
||||
await Page.WaitForSelectorAsync(".browser-card", new PageWaitForSelectorOptions { Timeout = 10_000 });
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user