15 lines
459 B
Gherkin

Feature: Send a document that is ready
As a practiciant, I can send mails that i have prepared
Scenario: Send a prepared document
Given I am connected to my mailbox
And I have a document ready to send
When I send the mail
Then The mail is sent
Scenario: Connect to the mailbox
Given I log with my credentials
And I receive a code by SMS
When I put the code
Then I am connected