Skip to content

participant/creation/logic.robot: check that participant is listed in a particular group #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
php-coder opened this issue Nov 20, 2017 · 0 comments

Comments

@php-coder
Copy link
Owner

# TODO: check that buyer and seller listed in the "Movies characters" group
${availableSellers}= Get List Items id=seller
${availableBuyers}= Get List Items id=buyer
List Should Contain Value ${availableSellers} participant2
List Should Contain Value ${availableBuyers} participant2

Tech debt for: 0065390 (#704)

@php-coder php-coder changed the title participant/creation/logic.robot: check that participant is listed in particular group participant/creation/logic.robot: check that participant is listed in a particular group Nov 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant