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 653653And 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[...]
658659selenium.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[...]
663665selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
664- element: [id="id_text"];
666+ element: [id="id_text"]; [...]
665667[...]
666668----
667669
668670and
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[...]
673676selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
674- element: .invalid-feedback;
677+ element: .invalid-feedback; [...]
675678[...]
676679----
677680
You can’t perform that action at this time.
0 commit comments