Skip to content

Commit

Permalink
Remove customized robot keyword 'Log in'
Browse files Browse the repository at this point in the history
Plone 4.3.20 pinned plone.app.robotframework 1.2.4, which fixes
plone/plone.app.robotframework#107
  • Loading branch information
idgserpro committed Sep 26, 2020
1 parent a09a469 commit 6caf405
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/collective/cover/tests/test_locked_cover.robot
Expand Up @@ -16,26 +16,6 @@ ${basic_tile_location} 'collective.cover.basic'
${document_selector} .ui-draggable .contenttype-document
${tile_selector} div.tile-container div.tile


*** Keywords ***

# FIXME: Override the plone.app.robotframework 'Log in' keyword.
# The original keyword doesn't work in Plone 4.3.
# See: https://github.com/plone/plone.app.robotframework/issues/107
Log in
[Documentation] Log in to the site as ${userid} using ${password}. There
... is no guarantee of where in the site you are once this is
... done. (You are responsible for knowing where you are and
... where you want to be)
[Arguments] ${userid} ${password}
Go to ${PLONE_URL}/login_form
Page should contain element __ac_name
Page should contain element __ac_password
Page should contain element css=#login-form .formControls input[name=submit]
Input text for sure __ac_name ${userid}
Input text for sure __ac_password ${password}
Click Button css=#login-form .formControls input[name=submit]

*** Test Cases ***

Test Locked Cover
Expand Down

0 comments on commit 6caf405

Please sign in to comment.