added back add_assignment_type

This commit is contained in:
Agha Awais
2018-09-05 14:37:02 +00:00
parent 9b9f7c26cd
commit 783bac941b

View File

@@ -140,6 +140,13 @@ class GradingPage(SettingsPage):
except BrokenPromise:
return False
def add_new_assignment_type(self):
"""
Add New Assignment type
"""
self.q(css='.add-grading-data').click()
self.save_changes()
@property
def grades_range(self):
"""