You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_editor sometimes fails locally, both running the tests with runtests.py and with tox. It does not appear to be restricted to any django/python version combination in particular when running tox; it is totally intermittent. It always fails with the error below when it does fail.
The text that the test is looking for in the element "div.scribble-content p:nth-child(2)" is not always present when the test looks for it.
Traceback (most recent call last):
File "/home/rlconley/PycharmProjects/django-scribbler-sandbox/scribbler/tests/test_views.py", line 448, in test_editor
self.assertEqual("This is a Test", text.text)
AssertionError: u'This is a Test' != u''
This is a Test
The text was updated successfully, but these errors were encountered:
test_editor sometimes fails locally, both running the tests with runtests.py and with tox. It does not appear to be restricted to any django/python version combination in particular when running tox; it is totally intermittent. It always fails with the error below when it does fail.
The text that the test is looking for in the element "div.scribble-content p:nth-child(2)" is not always present when the test looks for it.
FAIL: test_editor (scribbler.tests.test_views.FunctionalTestCase)
Traceback (most recent call last):
File "/home/rlconley/PycharmProjects/django-scribbler-sandbox/scribbler/tests/test_views.py", line 448, in test_editor
self.assertEqual("This is a Test", text.text)
AssertionError: u'This is a Test' != u''
The text was updated successfully, but these errors were encountered: