File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 653
653
And the functional tests too, where we can see three errors:
654
654
655
655
----
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)
657
658
[...]
658
659
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
659
- element: [id="id_text"];
660
+ element: [id="id_text"]; [...]
660
661
[...]
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)
662
664
[...]
663
665
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
664
- element: [id="id_text"];
666
+ element: [id="id_text"]; [...]
665
667
[...]
666
668
----
667
669
668
670
and
669
671
670
672
----
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)
672
675
[...]
673
676
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
674
- element: .invalid-feedback;
677
+ element: .invalid-feedback; [...]
675
678
[...]
676
679
----
677
680
You can’t perform that action at this time.
0 commit comments