now enforcing model validation in list FBV; all UTs & FTs passing
This commit is contained in:
@@ -18,7 +18,6 @@ class ItemValidationTest(FunctionalTest):
|
||||
self.browser.find_element(By.ID, "id-new-item").send_keys("Purchase milk")
|
||||
self.browser.find_element(By.ID, "id-new-item").send_keys(Keys.ENTER)
|
||||
|
||||
return # TO-DO: re-enable rest of test
|
||||
self.wait_for_row_in_list_table("1. Purchase milk")
|
||||
|
||||
self.browser.find_element(By.ID, "id-new-item").send_keys(Keys.ENTER)
|
||||
|
||||
Reference in New Issue
Block a user