Cleanup
This commit is contained in:
@@ -8,14 +8,14 @@ public class DecksPage : BasePage
|
||||
{
|
||||
}
|
||||
|
||||
public ILocator DeckCards => Page.Locator(".deck-card");
|
||||
public ILocator CreateDeckButton => Page.Locator(".btn-create-deck");
|
||||
|
||||
public async Task GotoAsync()
|
||||
{
|
||||
await NavigateToAsync("/decks");
|
||||
}
|
||||
|
||||
public ILocator DeckCards => Page.Locator(".deck-card");
|
||||
public ILocator CreateDeckButton => Page.Locator(".btn-create-deck");
|
||||
|
||||
public async Task WaitForInteractiveAsync()
|
||||
{
|
||||
await Page.WaitForLoadStateAsync(LoadState.DOMContentLoaded);
|
||||
|
||||
Reference in New Issue
Block a user