[TestFixture(Platform.Android)] | |
[TestFixture(Platform.iOS)] | |
public class ItemListTest : BaseTest | |
{ | |
public ItemListTest(Platform platform) : base(platform) | |
{ } | |
[Test] | |
public void ItemListBasicTest() | |
{ | |
LoadApiData("TestRecording"); | |
var searchScreen = new SearchScreenView(_app); | |
var itemList = searchScreen. | |
EnterSearchTerm("ram"). | |
StartSearch(). | |
MoveToAnimeListView(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment