apps.dashboard.forms now employed in all views; FT helpers in base.py updated to look for Django's default #id_text (instead of #id-text)
This commit is contained in:
@@ -42,4 +42,4 @@ class FunctionalTest(StaticLiveServerTestCase):
|
||||
time.sleep(0.5)
|
||||
|
||||
def get_item_input_box(self):
|
||||
return self.browser.find_element(By.ID, "id-text")
|
||||
return self.browser.find_element(By.ID, "id_text")
|
||||
|
||||
Reference in New Issue
Block a user