Skip to content

Instantly share code, notes, and snippets.

@PulkitSethi1984
Created May 7, 2018 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PulkitSethi1984/3fafa8af1516dc216327ced9c26024cf to your computer and use it in GitHub Desktop.
Save PulkitSethi1984/3fafa8af1516dc216327ced9c26024cf to your computer and use it in GitHub Desktop.
[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