blob: 4a41c3f80af28808d2b0a0c6179ad520fb3b0515 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Feature: search html mail and destroy
Scenario: User searches for a mail and deletes it
When I search for a mail with the words "this is a html mail"
When I open the first mail in the mail list
Then I see one or more mails in the search results
Then I see if the mail has html content
When I try to delete the first mail
# Then I learn that the mail was deleted
When I select the tag 'trash'
Then the deleted mail is there
|