Skip to content

Commit

Permalink
flesh out a traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Feb 19, 2025
1 parent 47da868 commit 4f4c3a0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions chapter_26_page_pattern.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -396,15 +396,25 @@ It's long past time to run the FT and check if all of this works!
[subs="specialcharacters,macros"]
----
$ pass:quotes[*python src/manage.py test functional_tests.test_sharing*]
[...]
File "...goat-book/src/functional_tests/test_sharing.py", line 35, in
test_can_share_a_list_with_another_user
share_box = list_page.get_share_box()
[...]
return self.test.browser.find_element(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
By.CSS_SELECTOR,
^^^^^^^^^^^^^^^^
'input[name="sharee"]',
^^^^^^^^^^^^^^^^^^^^^^^
[...]
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate
element: input[name="sharee"]; [...]
----

That's the expected failure; we don't have an input for email addresses
of people to share with. Let's do a commit:
That's the expected failure;
we don't have an input for email addresses of people to share with.
Let's do a commit:


[subs="specialcharacters,quotes"]
Expand Down

0 comments on commit 4f4c3a0

Please sign in to comment.