Update the 'At last! An FT for a normal page' section output#18
Open
adorilson wants to merge 1 commit intohjwp:masterfrom
Open
Update the 'At last! An FT for a normal page' section output#18adorilson wants to merge 1 commit intohjwp:masterfrom
adorilson wants to merge 1 commit intohjwp:masterfrom
Conversation
My output was:
$ ./manage.py test fts
Creating test database for alias 'default'...
.E
======================================================================
ERROR: test_voting_on_a_new_poll (fts.tests.PollsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/adorilson/workspace/tddjangotutorial/fts/tests.py", line 165, in test_voting_on_a_new_poll
heading = self.browser.find_element_by_tag_name('h1')
File "/home/adorilson/.virtualenvs/dj1.4/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 309, in find_element_by_tag_name
return self.find_element(by=By.TAG_NAME, value=name)
File "/home/adorilson/.virtualenvs/dj1.4/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 671, in find_element
{'using': by, 'value': value})['value']
File "/home/adorilson/.virtualenvs/dj1.4/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
self.error_handler.check_response(response)
File "/home/adorilson/.virtualenvs/dj1.4/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
raise exception_class(message, screen, stacktrace)
NoSuchElementException: Message: u'Unable to locate element: {"method":"tag name","selector":"h1"}'
----------------------------------------------------------------------
Ran 2 tests in 34.518s
FAILED (errors=1)
Destroying test database for alias 'default'...
Owner
|
hmmm. let me take a look... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My output was: