This commit is contained in:
2026-07-18 15:21:20 -04:00
parent 6062d5b60c
commit 74f065e0f5
51 changed files with 634 additions and 285 deletions
+3 -3
View File
@@ -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);