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

Fix the Debug keyword #115

Closed cillianderoiste closed 4 years ago

cillianderoiste commented 4 years ago

Fixes #114

mister-roboto commented 4 years ago

@cillianderoiste thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

ale-rt commented 4 years ago

@jenkins-plone-org please run jobs

cillianderoiste commented 4 years ago

Thanks @thet, I verified that the quotes around ${dialogs}[0] are also necessary, and have added them.