now enforcing model validation in list FBV; all UTs & FTs passing

This commit is contained in:
Disco DeDisco
2026-01-19 19:09:11 -05:00
parent af3e20faef
commit 91ede73e89
4 changed files with 44 additions and 25 deletions

View File

@@ -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)