This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISAICP-6590: Fix logic Submit contact form test.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,6 @@ Feature: Submit the contact form | |
# We need to wait 5 seconds for the spam protection time limit to pass. | ||
And I wait for the spam protection time limit to pass | ||
And I press "Submit" | ||
And I am on the homepage | ||
|
||
# Both moderators should have received the notification e-mail. | ||
Then the following email should have been sent: | ||
|
@@ -69,6 +68,7 @@ Feature: Submit the contact form | |
And I should see the following success messages: | ||
| success messages | | ||
| Your message has been submitted. Thank you for your feedback. | | ||
And I am on the homepage | ||
When I click the link for the "logo.png" attachment in the contact form email sent to "[email protected]" | ||
# For anonymous users, the file should not be accessible. | ||
# The redirection to the EU login page returns a 200 code instead of a 403 | ||
|