summaryrefslogtreecommitdiff
path: root/service/test/functional/features/forward_trash_archive.feature
diff options
context:
space:
mode:
authorTiago Ferraz <tiago.ferraz@gmail.com>2015-03-26 18:03:21 -0300
committerTiago Ferraz <tiago.ferraz@gmail.com>2015-03-26 18:03:21 -0300
commitbe5438f6ec57cea20e0ca92d43dd2189f19f29d0 (patch)
tree8d9d51e03b22aecbb27c574f4a495c53c3a00195 /service/test/functional/features/forward_trash_archive.feature
parent290cefcf6911e754cd129c02dda3d1e96dd7fa27 (diff)
Refactorating: replaced XPath by CSS Selector
Diffstat (limited to 'service/test/functional/features/forward_trash_archive.feature')
-rw-r--r--service/test/functional/features/forward_trash_archive.feature4
1 files changed, 3 insertions, 1 deletions
diff --git a/service/test/functional/features/forward_trash_archive.feature b/service/test/functional/features/forward_trash_archive.feature
index 85c422d9..6e959c32 100644
--- a/service/test/functional/features/forward_trash_archive.feature
+++ b/service/test/functional/features/forward_trash_archive.feature
@@ -29,4 +29,6 @@ Feature: forward and deletion
When I open the first mail in the 'sent'
Then I see the mail has a cc and a bcc recipient
When I choose to trash
- Then I see that mail under the 'trash' tag
+# Then I see that mail under the 'trash' tag
+ When I select the tag 'trash'
+ And I open the first mail in the mail list \ No newline at end of file