plone / plone.app.robotframework

Provides Robot Framework compatible resources and tools for writing functional Selenium tests (including acceptance tests) for Plone CMS and its add-ons.
https://docs.plone.org/external/plone.app.robotframework/docs/source/index.html
11 stars 17 forks source link

Creating keyword 'Log in as test user with role' failed #147

Closed mauritsvanrees closed 1 year ago

mauritsvanrees commented 1 year ago

I see this error a lot on Jenkins with Plone 6.0 and 6.1 in the robot tests console:

[ ERROR ] Error in file
 '/home/jenkins/.buildout/eggs/cp311/plone.app.robotframework-2.0.1-py3.11.egg/plone/app/robotframework/keywords.robot'
 on line 84:
 Creating keyword 'Log in as test user with role' failed:
 User keyword cannot be empty.

The tests pass though.

gforcada commented 1 year ago

Yeah, I saw it as well, I'm having a look at robot tests today at the sprint, I will see if I get why that's happening, and more interestingly, as you mention, that tests do not fail with it.