Hello everyone,
I am stuck on this ticket…the pytest script all 4 tests passes…see below…
(mflix_venv) PS C:\Education\MongoDB\M220P\mflix-python> pytest -m create_update_comments
============================= test session starts =============================
platform win32 – Python 3.8.3, pytest-3.3.0, py-1.8.0, pluggy-0.6.0
rootdir: C:\Education\MongoDB\M220P\mflix-python, inifile: pytest.ini
plugins: flask-0.11.0
collected 43 items
tests\test_create_update_comments.py … [100%]
============================= 39 tests deselected =============================
=================== 4 passed, 39 deselected in 1.36 seconds ===================
BUT, when do the test from the ui, it comes up with red box with below message:
“Create/Update Comments: Unable to update comment”
I am not sure what i have to do…any idea?
-Jatin