Skip to content

Commit 3926df9

Browse files
committed
Fix a listing in 14
1 parent 23ef0da commit 3926df9

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

chapter_14_simple_form.asciidoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -653,25 +653,28 @@ OK
653653
And the functional tests too, where we can see three errors:
654654

655655
----
656-
ERROR: test_layout_and_styling (functional_tests.test_layout_and_styling.LayoutAndStylingTest.test_layout_and_styling)
656+
ERROR: test_layout_and_styling (functional_tests.test_layout_and_styling.Layout
657+
AndStylingTest.test_layout_and_styling)
657658
[...]
658659
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
659-
element: [id="id_text"];
660+
element: [id="id_text"]; [...]
660661
[...]
661-
ERROR: test_can_start_a_todo_list (functional_tests.test_simple_list_creation.NewVisitorTest.test_can_start_a_todo_list)
662+
ERROR: test_can_start_a_todo_list (functional_tests.test_simple_list_creation.N
663+
ewVisitorTest.test_can_start_a_todo_list)
662664
[...]
663665
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
664-
element: [id="id_text"];
666+
element: [id="id_text"]; [...]
665667
[...]
666668
----
667669

668670
and
669671

670672
----
671-
ERROR: test_cannot_add_empty_list_items (functional_tests.test_list_item_validation.ItemValidationTest.test_cannot_add_empty_list_items)
673+
ERROR: test_cannot_add_empty_list_items (functional_tests.test_list_item_valida
674+
tion.ItemValidationTest.test_cannot_add_empty_list_items)
672675
[...]
673676
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
674-
element: .invalid-feedback;
677+
element: .invalid-feedback; [...]
675678
[...]
676679
----
677680

0 commit comments

Comments
 (0)