File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1092,22 +1092,18 @@ ERROR: test_can_start_a_list_for_one_user
1092
1092
[...]
1093
1093
File "...python-tdd-book/functional_tests/tests.py", line 58, in
1094
1094
test_can_start_a_list_for_one_user
1095
+ [...]
1095
1096
self.wait_for_row_in_list_table('1: Buy peacock feathers')
1096
- File "...python-tdd-book/functional_tests/tests.py", line 24, in
1097
- wait_for_row_in_list_table
1097
+ [...]
1098
1098
table = self.browser.find_element(By.ID, 'id_list_table')
1099
1099
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1100
1100
[...]
1101
1101
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
1102
1102
element: [id="id_list_table"]
1103
1103
1104
-
1105
- FAIL: test_multiple_users_can_start_lists_at_different_urls (functional_tests.t
1106
- ests.NewVisitorTest.test_multiple_users_can_start_lists_at_different_urls)
1104
+ ERROR: test_multiple_users_can_start_lists_at_different_urls (functional_tests.
1105
+ tests.NewVisitorTest.test_multiple_users_can_start_lists_at_different_urls)
1107
1106
[...]
1108
- File "...python-tdd-book/functional_tests/tests.py", line 80, in
1109
- test_multiple_users_can_start_lists_at_different_urls
1110
- self.wait_for_row_in_list_table('1: Buy peacock feathers')
1111
1107
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
1112
1108
element: [id="id_list_table"]
1113
1109
[...]
You can’t perform that action at this time.
0 commit comments