forked from pixels-and-bits/jabe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46d02d3
commit 426d2e3
Showing
6 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,17 @@ Feature: Interacting with entries | |
Then I should see "Michael" | ||
And I should see "Cool post" | ||
And the entry should have 1 comment | ||
And the page should not contain "Are you sure" | ||
And "[email protected]" should receive an email | ||
When I open the email | ||
Then I should see "Michael" in the email body | ||
Then I should see "[email protected]" in the email body | ||
Then I should see "foo.example.com" in the email body | ||
Then I should see "Cool post" in the email body | ||
When a logged in admin | ||
And I am on the home page | ||
And I follow the title of the entry | ||
Then the page should contain "Are you sure" | ||
|
||
Scenario: A bot submits a comment | ||
When I fill in "comment_name" with "v1@gr@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters