public void SortableGridcount() { startpage.Goto(); Assert.That(startpage.IsForm(false), Is.False); startpage.SelectMenu("Interactions", "Sortable"); var testpage = new SortablePart(driver); testpage.SelectFunctionality("Grid"); Assert.That(testpage.GridCountVerify(), Is.True); } //
public void SortableConnect() { startpage.Goto(); Assert.That(startpage.IsForm(false), Is.False); startpage.SelectMenu("Interactions", "Sortable"); var testpage = new SortablePart(driver); testpage.SelectFunctionality("Connect"); testpage.ConnectDragDrop(); Assert.That(testpage.ConnectVerify(), Is.True); } //