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

Keyword to check for emails in mockmailhost #72

Closed tisto closed 6 years ago

tisto commented 6 years ago

MockMailHost has a way to pop emails from the stack:

https://github.com/collective/collective.mockmailhost/blob/master/collective/MockMailHost/MockMailHost.py#L57

It would be nice to have a RF keyword to use that method. @datakurre what do you think?

tisto commented 6 years ago

@datakurre ok, the keyword is already there: https://github.com/plone/plone.app.robotframework/blob/master/src/plone/app/robotframework/mailhost.py#L7

Sorry for the noise. :)