public void Test_GroupFormLocationDDLFieldIsEdit(string groupName, int location, bool budgetOwner, int direction, string startDate, string finishDate, string teacher, string experts) { groupsForm.setLocationDDL(location) .SubmitButton.Click(); expectedResult = groupsForm.RememberGroup(); Assert.IsTrue(table.FindRowInTable(expectedResult)); }
public void Test_LocationIsDisplayedText() { groupForm.setLocationDDL(1); Assert.AreEqual("Dnipro", groupForm.LocationDDL.GetAttribute("value")); }