summaryrefslogtreecommitdiff
path: root/service/test/functional/features/compose_save_draft_and_send.feature
diff options
context:
space:
mode:
authorTiago Ferraz <tiago.ferraz@gmail.com>2015-03-23 17:57:45 -0300
committerTiago Ferraz <tiago.ferraz@gmail.com>2015-03-26 12:12:40 -0300
commite67bffb427131d7748d4badecff04c66615ad3a6 (patch)
tree4726e009d796e2ee823238e384bf6cc1ab173ae3 /service/test/functional/features/compose_save_draft_and_send.feature
parent9a65d4a784141e7263b368b1cb52919cb8ace119 (diff)
Trying to fix problem with functional test while opening email.
Diffstat (limited to 'service/test/functional/features/compose_save_draft_and_send.feature')
-rw-r--r--service/test/functional/features/compose_save_draft_and_send.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/test/functional/features/compose_save_draft_and_send.feature b/service/test/functional/features/compose_save_draft_and_send.feature
index c54d6a82..1a886d14 100644
--- a/service/test/functional/features/compose_save_draft_and_send.feature
+++ b/service/test/functional/features/compose_save_draft_and_send.feature
@@ -28,7 +28,7 @@ Feature: compose mail, save draft and send mail
When I select the tag 'drafts'
When I open the first mail in the mail list
And I send it
- Then I see that mail under the 'sent' tag
- When I open that mail
+ When I select the tag 'sent'
+ And I open the first mail in the mail list
Then I see that the subject reads 'Pixelated rocks!'
- And I see that the body reads 'You should definitely use it. Cheers, User.'
+ Then I see that the body reads 'You should definitely use it. Cheers, User.'