Feature: Two actors meet at a conference and exchange information.
Given a chain is created by "Joe"
Given "Joe" creates the "main" process using the "handshake" scenario
And "Joe" is the "initiator" actor of the "main" process
And "Jane" is the "recipient" actor of the "main" process
When "Joe" runs the "introduce" action of the "main" process with:
| organization | LTO Network |
Then the "initiator" actor of the "main" process has:
| organization | LTO Network |
And the "main" process is in the "initial" state
When "Joe" runs the "introduce" action of the "main" process with:
Then the "main" process is in the "initial" state
When "Joe" runs the "introduce" action of the "main" process
Then the "main" process is in the "initial" state
When "Joe" runs the "introduce" action of the "main" process with:
Then the "initiator" actor of the "main" process has:
| organization | LTO Network |
And the "main" process is in the "wait_on_recipient" state