From 8fbf30ade5458cee82549bd09da2fae0dd8ad533 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Wed, 28 Jun 2023 12:45:58 +0300 Subject: [PATCH] fix: drop empty keywords Although it has been empty _always_ [1], until now there was no error being displayed about it. [1] https://github.com/plone/plone.app.robotframework/commit/59dbbdb45e8513a4b30f16c044efe9c36a078e4c --- src/plone/app/robotframework/keywords.robot | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/plone/app/robotframework/keywords.robot b/src/plone/app/robotframework/keywords.robot index 1c9a5c2..12267b9 100644 --- a/src/plone/app/robotframework/keywords.robot +++ b/src/plone/app/robotframework/keywords.robot @@ -81,16 +81,6 @@ Log in as site owner ... with all the rights and privileges of that user. Log in ${SITE_OWNER_NAME} ${SITE_OWNER_PASSWORD} -Log in as test user with role - [Arguments] ${usrid} ${role} - - # We need a generic way to login with a user that has one or more roles. - - # Do we need to be able to assign multiple roles at once? - - # Do we need to assign roles to arbitray users or is it sufficient if we - # always assign those roles to the test user? - Log out Go to ${PLONE_URL}/logout Page Should Contain Element css=#login-form