actually committed previously enumerated changes; the previous commit actually contained only the migrations reflecting these changes
This commit is contained in:
@@ -32,7 +32,7 @@ class FunctionalTest(StaticLiveServerTestCase):
|
||||
start_time = time.time()
|
||||
while True:
|
||||
try:
|
||||
table = self.browser.find_element(By.ID, 'id-list-table')
|
||||
table = self.browser.find_element(By.ID, 'id_list_table')
|
||||
rows = table.find_elements(By.TAG_NAME, 'tr')
|
||||
self.assertIn(row_text, [row.text for row in rows])
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user