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
In PR #61 (restapi service) robot tests were added, but not activated.
We have todo_test_glossary.robot which is not found by test_robot.py because it does not start with test.
I think in tox.ini we would also need to run bin/test -a to include the robot tests.
Quickly trying it on Plone 6.0, I get this error:
AssertionError: Element 'css=#plone-contentmenu-factories > div > ul' not visible after 7 seconds.
The text was updated successfully, but these errors were encountered:
In PR #61 (restapi service) robot tests were added, but not activated.
We have
todo_test_glossary.robot
which is not found bytest_robot.py
because it does not start withtest
.I think in
tox.ini
we would also need to runbin/test -a
to include the robot tests.Quickly trying it on Plone 6.0, I get this error:
The text was updated successfully, but these errors were encountered: