summaryrefslogtreecommitdiff
path: root/fake-service/features
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-01 17:49:13 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-01 17:49:13 -0300
commitf52efae271ddb376e7223405c3a74edd7ed598b9 (patch)
treebf76c588086b93452457c71bdbfa6cee0206c81f /fake-service/features
parentd8360815ea07d9944f08ad378d2b89e64e1f2c9e (diff)
Changed names according to new convention on the fake service
Diffstat (limited to 'fake-service/features')
-rw-r--r--fake-service/features/compose_save_draft_and_send.feature5
1 files changed, 2 insertions, 3 deletions
diff --git a/fake-service/features/compose_save_draft_and_send.feature b/fake-service/features/compose_save_draft_and_send.feature
index d05db837..fcff4a95 100644
--- a/fake-service/features/compose_save_draft_and_send.feature
+++ b/fake-service/features/compose_save_draft_and_send.feature
@@ -4,12 +4,11 @@ Feature: compose mail, save draft and send mail
Scenario: user composes and email, save the draft, later sends the draft and checks the sent message
Given I compose a message with
| subject | body |
- | Smail rocks! | You should definitely use it. Cheers, User. |
+ | Pixelated rocks! | You should definitely use it. Cheers, User. |
And for the 'To' field I type 'ab' and chose the first contact that shows
And I save the draft
When I open the saved draft and send it
Then I see that mail under the 'sent' tag
When I open that mail
- Then I see that the subject reads 'Smail rocks!'
+ Then I see that the subject reads 'Pixelated rocks!'
And I see that the body reads 'You should definitely use it. Cheers, User.'
-