Skip to content

Commit 71acb3c

Browse files
committed
one more listing
1 parent a22bc77 commit 71acb3c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

chapter_working_incrementally.asciidoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,22 +1092,18 @@ ERROR: test_can_start_a_list_for_one_user
10921092
[...]
10931093
File "...python-tdd-book/functional_tests/tests.py", line 58, in
10941094
test_can_start_a_list_for_one_user
1095+
[...]
10951096
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+
[...]
10981098
table = self.browser.find_element(By.ID, 'id_list_table')
10991099
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11001100
[...]
11011101
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
11021102
element: [id="id_list_table"]
11031103
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)
11071106
[...]
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')
11111107
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
11121108
element: [id="id_list_table"]
11131109
[...]

0 commit comments

Comments
 (0)