Agent Tests for API, MAUI, and Slop Features
This commit is contained in:
@@ -2,7 +2,9 @@ namespace Tests.Pages;
|
||||
|
||||
public class DatabasePage : BasePage
|
||||
{
|
||||
public DatabasePage(Website website) : base(website) { }
|
||||
public DatabasePage(Website website) : base(website)
|
||||
{
|
||||
}
|
||||
|
||||
public override string Url => "database";
|
||||
|
||||
@@ -23,4 +25,4 @@ public class DatabasePage : BasePage
|
||||
var el = Website.FindById("entityName").Nth(index);
|
||||
return (await el.InnerTextAsync()).Trim();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user